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 {