Browse Source

调整

tags/6.5.0
叙述、别离 1 week ago
parent
commit
bc9c61f970
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/admin/templets/ai_model_add.htm
  2. +1
    -1
      src/admin/templets/ai_model_edit.htm

+ 1
- 1
src/admin/templets/ai_model_add.htm View File

@@ -47,7 +47,7 @@
</td>
</tr>
<tr>
<td width="260">Model</td>
<td>Model</td>
<td><input type="text" name="model" id="model" value="" class="admin-input-lg" required></td>
</tr>
<tr>


+ 1
- 1
src/admin/templets/ai_model_edit.htm View File

@@ -34,7 +34,7 @@
<td>id:<?php echo $ai['id'];?> <?php echo $ai['title'];?></td>
</tr>
<tr>
<td width="260">Model</td>
<td>Model</td>
<td><input type="text" name="model" id="model" value="<?php echo $myModel['model']?>" class="admin-input-lg" required></td>
</tr>
<tr>


Loading…
Cancel
Save