* set install package accept.

This commit is contained in:
dingyongliang
2024-02-19 14:35:40 +08:00
parent e1f3bd9312
commit 4cb4f644ea
+1 -1
View File
@@ -106,7 +106,7 @@ $finalList = array_merge($categoryList, $lang->ai->miniPrograms->allCategories);
<tr>
<th><?= $lang->ai->installPackage; ?></th>
<td>
<input type="file" name="file" required class="form-control">
<input type="file" name="file" accept=".zip" required class="form-control">
</td>
</tr>
<tr>