This commit is contained in:
xiaojunnuo
2026-07-18 19:58:16 +08:00
parent 15740904e5
commit 9d83adaac8
2 changed files with 3 additions and 3 deletions
@@ -23,9 +23,9 @@
<template v-if="userStore.isAdmin">
<a-divider type="vertical" />
<a-badge :dot="hasNewVersion">
<a-tag color="blue" class="flex-inline pointer mr-0" :title="'v' + version + ' ' + (settingsStore.app.releaseMode === 'stable' ? '稳定版' : '预览版')" @click="openUpgradeUrl()">
<a-tag color="blue" class="flex-inline pointer mr-0" :title="'v' + version + ' ' + (settingsStore.app.releaseMode === 'stable' ? '稳定版' : '')" @click="openUpgradeUrl()">
<fs-icon icon="ion:rocket-outline" class="mr-5"></fs-icon>
v{{ version }}-{{ settingsStore.app.releaseMode }}
v{{ version }} {{ settingsStore.app.releaseMode === "stable" ? "stable" : "" }}
</a-tag>
</a-badge>
<a-divider type="vertical" />
+1 -1
View File
@@ -1,4 +1,4 @@
LEGO_VERSION=4.30.1
JKS_GO_VERSION=1.0.3
certd_plugin_loadmode=dev
certd_release_mode=stable
# certd_release_mode=stable