mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 11:36:34 +08:00
优化文字提示
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<a href="" class="item" @click.prevent="upload()">[上传]</a>
|
||||
</first-menu>
|
||||
|
||||
<p class="comment" v-if="libraries.length == 0">暂时还没有IP库。</p>
|
||||
<p class="comment" v-if="libraries.length == 0">暂时还没有IP库,系统会使用默认的IP库。</p>
|
||||
<div v-if="libraries.length > 0">
|
||||
<div class="margin"></div>
|
||||
<table class="ui table selectable celled">
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<td class="title">选择IP库文件 *</td>
|
||||
<td>
|
||||
<input type="file" name="file" :accept="selectedTypeExt"/>
|
||||
<p class="comment"><span class="red">请确认IP库文件格式符合IP库类型,否则将导致无法查询IP信息等严重后果。</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user