|
@@ -7045,6 +7045,12 @@
|
|
|
<td>logo数组</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td>video</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>视频链接</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<td>content</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
@@ -7183,6 +7189,10 @@
|
|
|
<input type="string" class="form-control input-sm" id="logo" required placeholder="logo数组" name="logo">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
+ <label class="control-label" for="video">video</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="video" required placeholder="视频链接" name="video">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
<label class="control-label" for="content">content</label>
|
|
|
<input type="string" class="form-control input-sm" id="content" required placeholder="详情内容" name="content">
|
|
|
</div>
|
|
@@ -16605,7 +16615,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2022-11-10 13:29:08 <a href="./" target="_blank">苏州屏酷有限公司</a>
|
|
|
+ Generated on 2022-11-10 14:50:15 <a href="./" target="_blank">苏州屏酷有限公司</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|