feat: 添加导航栏组件,优化路由持久化逻辑,更新存储工具类
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export interface StorageSchema {
|
||||
'app/lastRoute': string;
|
||||
'app/theme': string;
|
||||
}
|
||||
Reference in New Issue
Block a user