This commit is contained in:
Developer
2026-04-03 03:26:06 +08:00
parent 3063deb34c
commit cba04235c8
49 changed files with 3955 additions and 1421 deletions

View File

@@ -16,6 +16,9 @@ void main() async {
await SharedPreferencesStorageController.init();
// 初始化 AppConfig动态获取版本号
await AppConfig.init();
// 初始化 ThemeController在 AppInitializer 之前,确保主题最先加载)
Get.put(ThemeController(), permanent: true);