Version: 4.0.2 Update

This commit is contained in:
gh0stkey
2025-01-08 13:49:12 +08:00
parent 7e53e250af
commit a06ef8e25e
6 changed files with 57 additions and 30 deletions

View File

@@ -61,6 +61,8 @@ public class Config {
"gray"
};
public static Boolean proVersionStatus = true;
public static Map<String, Object[][]> globalRules = new HashMap<>();
public static ConcurrentHashMap<String, Map<String, List<String>>> globalDataMap = new ConcurrentHashMap<>();