第二阶段代码

This commit is contained in:
2026-04-23 11:37:37 +08:00
parent 618bb6699e
commit ef64c3b7fb
937 changed files with 118372 additions and 10248 deletions

View File

@@ -308,6 +308,8 @@ interface Preferences {
transition: TransitionPreferences;
/** 功能配置 */
widget: WidgetPreferences;
/** 工作台 头部 Tabbar */
headerTabbar: any;
}
type PreferencesKeys = keyof Preferences;