mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
chore: 优化系统公告显示
This commit is contained in:
@@ -811,9 +811,9 @@ export default {
|
||||
|
||||
templateProviderSelectorPlaceholder: "未配置",
|
||||
},
|
||||
notice: "系统通知",
|
||||
noticeHelper: "系统通知,将在顶部显示",
|
||||
noticePlaceholder: "系统通知",
|
||||
notice: "系统公告",
|
||||
noticeHelper: "系统公告,将在首页显示",
|
||||
noticePlaceholder: "系统公告",
|
||||
},
|
||||
},
|
||||
modal: {
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</a-alert>
|
||||
<a-alert type="warning" show-icon>
|
||||
<a-alert v-if="settingStore.sysPublic.notice" type="warning" show-icon>
|
||||
<template #message>
|
||||
{{ settingStore.sysPublic.notice }}
|
||||
</template>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
LEGO_VERSION=4.30.1
|
||||
certd_plugin_loadmode=dev
|
||||
certd_plugin_loadmode=metadata
|
||||
Reference in New Issue
Block a user