Browse Source

title update of favorite add page

master
filesite 7 months ago
parent
commit
8dd0a97808
  1. 6
      themes/tajian/views/site/new.php

6
themes/tajian/views/site/new.php

@ -1,11 +1,11 @@
<main class="g_main_lay g_main_border"> <main class="g_main_lay g_main_border">
<form class="add_video_form g_form_style" id="add_video_form" action="" method="get"> <form class="add_video_form g_form_style" id="add_video_form" action="" method="get">
<div class=""> <div class="">
<label for="text_input_link" class="form-label">分享网址/内容</label> <label for="text_input_link" class="form-label">视频分享网址/文字</label>
<textarea rows="5" id="text_input_link" name="share_content" placeholder="请粘贴分享网址/内容"></textarea> <textarea rows="5" id="text_input_link" name="share_content" placeholder="请粘贴从视频App或网站复制的分享网址/文字(例如在抖音App里,先点击视频的分享图标,再点:复制链接,然后在这里粘贴)"></textarea>
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label class="form-label">选分类(可选)</label> <label class="form-label">视频分类</label>
<select name="tag"> <select name="tag">
<option value="">选分类</option> <option value="">选分类</option>
<?php <?php

Loading…
Cancel
Save