From e1cfcac692c2bbc66a7ee77f7968cd6db536bc34 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Sun, 10 Nov 2024 10:24:09 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/top-bar.vue | 40 +++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/web/src/components/top-bar.vue b/web/src/components/top-bar.vue index e721eb6..565876c 100644 --- a/web/src/components/top-bar.vue +++ b/web/src/components/top-bar.vue @@ -20,7 +20,7 @@ link @click="visible = true" > - 关于 {{ isNew ? `(新版本可用)` : '' }} + 版本更新 {{ isNew ? `(新版本可用)` : '' }} @@ -122,15 +122,16 @@
-

EasyNode

+

当前版本: {{ currentVersion }} (最新)

-

Error:版本更新检测失败(版本检测API需要外网环境)

+

Error:版本更新检测失败(版本检测API需要外网环境),请手动访问GitHub查看

新版本可用: {{ latestVersion }} -> https://github.com/chaos-zhu/easynode/releases

- 更新日志:https://github.com/chaos-zhu/easynode/blob/main/CHANGELOG.md

- tg更新通知:https://t.me/easynode_notify + TG更新通知频道:https://t.me/easynode_notify

PLUS说明:
@@ -156,11 +157,12 @@        为了项目的可持续发展,从3.0.0版本开始推出了PLUS版本,具体特性鼠标悬浮右上角PLUS图标查看,后续特性功能开发也会优先在PLUS版本中实现,但即使不升级到PLUS,也不会影响到EasyNode的基础功能使用【注意: 暂不支持纯内网用户激活PLUS功能】。
        - 为了感谢前期赞赏过的用户, 在PLUS功能正式发布前,所有进行过赞赏的用户,无论金额大小,均可联系作者TG: @chaoszhu 凭打赏记录获取永久PLUS授权码。 + 为了感谢前期赞赏过的用户, 在PLUS功能正式发布前,所有进行过赞赏的用户,无论金额大小,均可联系作者TG: @chaoszhu 凭打赏记录免费获取永久PLUS授权码。

- @@ -181,7 +183,7 @@