feat: UI定制 - 精简导航栏和禁用深色模式

- 删除右上角GitHub、文档、全屏、语言、大小图标
- 隐藏消息入口(使用v-if保留逻辑)
- 移除设置面板的深色模式开关
- 注释后端登录欢迎消息推送

参考项目: otc-boot/plus-ui-ts
This commit is contained in:
2025-12-02 15:05:04 +08:00
parent e076e42b86
commit 07f8ef90bb
4 changed files with 14 additions and 56 deletions

View File

@@ -3,7 +3,9 @@
"allow": [
"Bash(tree:*)",
"Bash(mvn clean package:*)",
"Bash(echo:*)"
"Bash(echo:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []