diff --git a/settings.yaml b/settings.yaml index 34efbb8..99cf713 100644 --- a/settings.yaml +++ b/settings.yaml @@ -200,12 +200,14 @@ spec: name: expand_login_skill label: 扩展登录后能力 help: 开启后,在文章详情界面,根据作者身份显示编辑按钮。控制台按钮 - 登录组件样式 添加 新建文章 和 发布瞬间 菜单项。登录用户需要具有进入控制台的权限。 - value: true + value: 'console' options: - - label: 开启 - value: true + - label: 控制台 + value: 'console' + - label: 个人 + value: 'uc' - label: 关闭 - value: false + value: 'none' - $formkit: radio name: load_progress label: 加载进度条 diff --git a/templates/common/navbar.html b/templates/common/navbar.html index 2b89ac5..ce3894b 100644 --- a/templates/common/navbar.html +++ b/templates/common/navbar.html @@ -75,18 +75,20 @@ th:title="${theme.config.basic_style.console.console_title}"> -