增加设置板块, 允许自定义界面设置, 使用 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

@ -12,6 +12,8 @@
},
"dependencies": {
"@mdui/icons": "^1.0.2",
"@vueuse/core": "^13.2.0",
"@vueuse/integrations": "^13.2.0",
"axios": "^1.9.0",
"compress-json": "^3.1.1",
"cookie-parser": "^1.4.7",