增加商业版激活功能

This commit is contained in:
GoEdgeLab
2021-09-16 10:32:58 +08:00
parent f4f268d9b7
commit 35fd437aaa
8 changed files with 100 additions and 15 deletions

View File

@@ -0,0 +1,18 @@
{$layout}
{$template "menu"}
<div class="margin"></div>
<form class="ui form" data-tea-action="$" data-tea-success="success" spellcheck="false">
<csrf-token></csrf-token>
<table class="ui table definition selectable">
<tr>
<td class="title">激活码 *</td>
<td>
<textarea rows="4" name="key" ref="focus"></textarea>
<p class="comment">请输入商业版激活码。</p>
</td>
</tr>
</table>
<submit-btn>激活</submit-btn>
</form>