feat: add notice (#47)

This commit is contained in:
chen-xt
2020-10-21 21:15:06 +08:00
committed by GitHub
parent 463aeabdce
commit 7a1e94c49d
8 changed files with 341 additions and 142 deletions

View File

@@ -47,6 +47,8 @@ export interface HeaderSetting {
// 显示文档按钮
showDoc: boolean;
showGithub: boolean;
// 显示消息中心按钮
showNotice: boolean;
}
export interface ProjectConfig {
// 是否显示配置按钮