feat: custom reply length limit

Closes #55

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-26 20:46:00 +08:00
parent 79da08b285
commit 81a23ea59d
5 changed files with 82 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
class GlobalData {
int imgQuality = 10;
// int themeMode = 2;
bool grpcReply = true;
int replyLengthLimit = 6;
// 私有构造函数
GlobalData._();