实现Web静态文件分发

This commit is contained in:
GoEdgeLab
2020-09-26 11:21:52 +08:00
parent 86229e5a6f
commit afe4156395
14 changed files with 216 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
{$layout "layout_popup"}
<h3>添加首页文件</h3>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<table class="ui table selectable definition">
<tr>
<td>首页文件名 *</td>
<td><input type="text" name="index" maxlength="200" ref="focus"/></td>
</tr>
</table>
<submit-btn></submit-btn>
</form>