From 42b8b9ce4adf4b32805547188272314f024a3331 Mon Sep 17 00:00:00 2001 From: Clansty Date: Wed, 20 Nov 2024 02:24:17 +0800 Subject: [PATCH] [O] RemoveEncryption should default true --- AquaMai/Fix/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AquaMai/Fix/Config.cs b/AquaMai/Fix/Config.cs index 45ed0fa0..e63a406f 100644 --- a/AquaMai/Fix/Config.cs +++ b/AquaMai/Fix/Config.cs @@ -18,7 +18,7 @@ public class Config 开了这个选项之后就不会加密连接了,同时也会移除不同版本的客户端可能会对 API 接口加的后缀 正常情况下,请保持这个选项开启 """)] - public bool RemoveEncryption { get; set; } + public bool RemoveEncryption { get; set; } = true; [ConfigComment( zh: "如果要配置店内招募的话,应该要把这个关闭")]