Skip to content

Commit

Permalink
[O] RemoveEncryption should default true
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Nov 19, 2024
1 parent fc4834e commit 42b8b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaMai/Fix/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Config
开了这个选项之后就不会加密连接了,同时也会移除不同版本的客户端可能会对 API 接口加的后缀
正常情况下,请保持这个选项开启
""")]
public bool RemoveEncryption { get; set; }
public bool RemoveEncryption { get; set; } = true;

[ConfigComment(
zh: "如果要配置店内招募的话,应该要把这个关闭")]
Expand Down

0 comments on commit 42b8b9c

Please sign in to comment.