mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: custom reply length limit
Closes #55 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
class GlobalData {
|
||||
int imgQuality = 10;
|
||||
|
||||
// int themeMode = 2;
|
||||
|
||||
bool grpcReply = true;
|
||||
|
||||
int replyLengthLimit = 6;
|
||||
|
||||
// 私有构造函数
|
||||
GlobalData._();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user