feat: 添加导航栏组件,优化路由持久化逻辑,更新存储工具类

This commit is contained in:
雨霖铃
2026-02-07 13:17:32 +08:00
parent a94ae7421e
commit 38b7d16c31
6 changed files with 197 additions and 80 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface StorageSchema {
'app/lastRoute': string;
'app/theme': string;
}