chore: 优化系统公告显示

This commit is contained in:
xiaojunnuo
2026-01-08 00:49:05 +08:00
parent 42c68d362e
commit b8b7adff17
3 changed files with 5 additions and 5 deletions
@@ -811,9 +811,9 @@ export default {
templateProviderSelectorPlaceholder: "未配置", templateProviderSelectorPlaceholder: "未配置",
}, },
notice: "系统通知", notice: "系统公告",
noticeHelper: "系统通知,将在顶部显示", noticeHelper: "系统公告,将在首页显示",
noticePlaceholder: "系统通知", noticePlaceholder: "系统公告",
}, },
}, },
modal: { modal: {
@@ -71,7 +71,7 @@
</div> </div>
</template> </template>
</a-alert> </a-alert>
<a-alert type="warning" show-icon> <a-alert v-if="settingStore.sysPublic.notice" type="warning" show-icon>
<template #message> <template #message>
{{ settingStore.sysPublic.notice }} {{ settingStore.sysPublic.notice }}
</template> </template>
+1 -1
View File
@@ -1,2 +1,2 @@
LEGO_VERSION=4.30.1 LEGO_VERSION=4.30.1
certd_plugin_loadmode=dev certd_plugin_loadmode=metadata