From b0d8e2dbde2c7ce45f5db4500683c50f2d256986 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Fri, 9 Aug 2024 12:30:50 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E7=89=88=E6=9C=AC=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/top-bar.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/components/top-bar.vue b/web/src/components/top-bar.vue index 122e68f..2a893ba 100644 --- a/web/src/components/top-bar.vue +++ b/web/src/components/top-bar.vue @@ -9,7 +9,7 @@ link @click="visible = true" > - 关于 {{ isNew ? `(新版本可用)` : '' }} + 关于 {{ isNew ? `(新版本可用)` : '' }} {{ user }} @@ -34,7 +34,7 @@

当前版本: {{ currentVersion }}

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

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

作者: ChaosZhu

开源仓库: https://github.com/chaos-zhu/easynode

@@ -119,8 +119,10 @@ const handleLogout = () => { cursor: pointer; } .top_text { - color: var(--el-menu-text-color); font-size: 14px; + .new_version { + color: red; + } } } .about_content {