增加设置板块, 允许自定义界面设置, 使用 VueUse 存储
All checks were successful
Build / build-and-test (push) Successful in 27s

[Style]
为主视图增加 16px 间距
更新 mdui-card 的右边距问题 (老问题了, 还是没有解决)

[Base]
引入 VueUse
分离 Axios
HTML 部分紧凑化
This commit is contained in:
2025-05-23 22:41:47 +08:00
parent 3778dbe57c
commit 8d248a44ff
11 changed files with 287 additions and 138 deletions

View File

@ -39,13 +39,21 @@ export function createSSRRouter() {
title: '阅读',
hidden: true
}
},{
path: '/settings',
name: '设置',
component: () => import('./views/Settings.vue'),
meta: {
title: '设置',
order: 2
},
},{
path: '/about',
name: '关于',
component: () => import('./views/About.vue'),
meta: {
title: '',
order: 2
order: 3
},
},{
path: '/developer',