feat: 支持移动端底部导航自定义与更多收纳

This commit is contained in:
JSR
2026-03-28 10:01:01 +08:00
parent 914eefa56a
commit 4af6157e0d
11 changed files with 685 additions and 197 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
server: {
host: process.env.TAURI_DEV_HOST || false,
port: 1420,
strictPort: true,
strictPort: false,
hmr: process.env.TAURI_DEV_HOST
? {
protocol: "ws",