mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 06:47:27 +08:00
[O] RemoveEncryption should default true
This commit is contained in:
@@ -18,7 +18,7 @@ public class Config
|
|||||||
开了这个选项之后就不会加密连接了,同时也会移除不同版本的客户端可能会对 API 接口加的后缀
|
开了这个选项之后就不会加密连接了,同时也会移除不同版本的客户端可能会对 API 接口加的后缀
|
||||||
正常情况下,请保持这个选项开启
|
正常情况下,请保持这个选项开启
|
||||||
""")]
|
""")]
|
||||||
public bool RemoveEncryption { get; set; }
|
public bool RemoveEncryption { get; set; } = true;
|
||||||
|
|
||||||
[ConfigComment(
|
[ConfigComment(
|
||||||
zh: "如果要配置店内招募的话,应该要把这个关闭")]
|
zh: "如果要配置店内招募的话,应该要把这个关闭")]
|
||||||
|
|||||||
Reference in New Issue
Block a user