Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-21 12:46:34 +08:00
parent 5f3f158932
commit 604d78ad6a
161 changed files with 4873 additions and 4770 deletions

View File

@@ -1,7 +1,7 @@
class GlobalData {
int imgQuality = 10;
import 'package:PiliPlus/utils/storage_pref.dart';
int replyLengthLimit = 6;
class GlobalData {
int imgQuality = Pref.picQuality;
num? coins;
@@ -11,6 +11,10 @@ class GlobalData {
}
}
Set<int> blackMids = Pref.blackMids;
bool dynamicsWaterfallFlow = Pref.dynamicsWaterfallFlow;
// 私有构造函数
GlobalData._();