mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
19 lines
686 B
HTML
19 lines
686 B
HTML
{$layout}
|
||
{$template "list_menu"}
|
||
|
||
<div class="margin"></div>
|
||
|
||
<form class="ui form" data-tea-action="$" data-tea-success="success" data-tea-timeout="300">
|
||
<input type="hidden" name="listId" :value="list.id"/>
|
||
<csrf-token></csrf-token>
|
||
<table class="ui table definition selectable">
|
||
<tr>
|
||
<td class="title">选择IP文件 *</td>
|
||
<td>
|
||
<input type="file" name="file" accept=".xlsx, .json, .txt, .csv"/>
|
||
<p class="comment">文件名类似于<code-label>ip-list-123.xxx</code-label>,支持Excel、CSV、JSON和纯文本TXT。</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<submit-btn></submit-btn>
|
||
</form> |