mod: 修改app图标、名称

This commit is contained in:
guozhigq
2023-08-12 11:52:31 +08:00
parent 5bf906b278
commit c0f5555654
41 changed files with 24 additions and 8 deletions

View File

@ -35,7 +35,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
Color brandColor = Colors.green;
Color brandColor = const Color.fromARGB(255, 92, 182, 123);
Box setting = GStrorage.setting;
ThemeType currentThemeValue = ThemeType.values[setting
.get(SettingBoxKey.themeMode, defaultValue: ThemeType.system.code)];