This commit is contained in:
张良(004796)
2024-02-05 18:03:00 +08:00
parent 18f9838338
commit ec83a538cc
4 changed files with 11 additions and 3 deletions

View File

@@ -12,4 +12,5 @@ public class CaiProperties {
private String homeName = "蜜瓜";
private String coinName = "紫贝";
private boolean enableApiEncryption = true;
private boolean websocket = true;
}