release
This commit is contained in:
@@ -16,6 +16,9 @@ void main() async {
|
||||
|
||||
await SharedPreferencesStorageController.init();
|
||||
|
||||
// 初始化 AppConfig,动态获取版本号
|
||||
await AppConfig.init();
|
||||
|
||||
// 初始化 ThemeController(在 AppInitializer 之前,确保主题最先加载)
|
||||
Get.put(ThemeController(), permanent: true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user