mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 优化系统公告显示
This commit is contained in:
@@ -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,2 +1,2 @@
|
|||||||
LEGO_VERSION=4.30.1
|
LEGO_VERSION=4.30.1
|
||||||
certd_plugin_loadmode=dev
|
certd_plugin_loadmode=metadata
|
||||||
Reference in New Issue
Block a user