This commit is contained in:
2026-09-11 10:45:04 +08:00
parent 5c8c0f6ad7
commit 9b34426c9f
8 changed files with 54 additions and 12 deletions
+2 -1
View File
@@ -134,7 +134,8 @@ class ModelManager extends ChangeNotifier {
final Map<ModelKey, double> _progress = {};
final Map<ModelKey, String> _errors = {};
final Set<ModelKey> _cancelRequested = {};
String _mode = kVariantS;
// 默认高性能(n):未持久化偏好时的新装默认档(2026-09-11 用户定案)
String _mode = kVariantN;
bool _modeLoaded = false;
bool _ready = false;
bool _refreshing = false;