mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-15 22:56:15 +08:00
@@ -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._();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user