fix: 使用 UUID 默认值设置为 false。 默认使用设备 ID 生成 UID
parent
0d06131677
commit
68161b82c3
|
|
@ -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; // 苹果审核标志位
|
||||
|
|
|
|||
Loading…
Reference in New Issue