Initial commit (code only without large binaries)

This commit is contained in:
robin
2026-02-15 18:58:44 +08:00
commit 35df75498f
9442 changed files with 1495866 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{$layout "layout_popup"}
<h3>修改网站名称</h3>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<csrf-token></csrf-token>
<input type="hidden" name="serverId" :value="server.id"/>
<table class="ui table definition selectable">
<tr>
<td class="title">网站名称 *</td>
<td>
<input type="text" name="name" v-model="server.name" maxlength="60" ref="focus"/>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>