fix: 使用 UUID 默认值设置为 false。 默认使用设备 ID 生成 UID

hotfix/v1.0.12.2
胡宇飞 2024-06-04 19:01:09 +08:00
parent 0d06131677
commit 68161b82c3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ namespace Guru
public int level_end_success_num = 50;
public bool enable_keywords = false;
public double tch_020 = 0;
public bool using_uuid = true;
public bool using_uuid = false;
public string dma_map_rule = "";
public bool dma_country_check = false;
public bool apple_review = false; // 苹果审核标志位