mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-30 19:45:20 +08:00
实现自动下载升级版本
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="ui icon message error" v-if="!isLoading && newVersionCode.length > 0">
|
||||
<i class="icon warning circle"></i>
|
||||
升级提醒:有新版本管理系统可以更新:v{{currentVersionCode}} -> v{{newVersionCode}}
|
||||
<a href="https://goedge.cn/docs/Releases/Index.md?nav=1" target="_blank">[去官网查看]</a> <a :href="newVersionDownloadURL" target="_blank">[直接下载]</a>
|
||||
<a href="/settings/updates?doCheck=1">[查看详情]</a>
|
||||
|
||||
<a href="" title="关闭" @click.prevent="closeMessage"><i class="ui icon remove small"></i></a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user