|
@@ -40,6 +40,7 @@ namespace molilian.core
|
|
|
public int tk_limit_per_ip_24h { get; set; } = 0;
|
|
public int tk_limit_per_ip_24h { get; set; } = 0;
|
|
|
public int tk_limit_per_oaid_24h { get; set; } = 0;
|
|
public int tk_limit_per_oaid_24h { get; set; } = 0;
|
|
|
public int tk_parse_retry_count { get; set; } = 0;
|
|
public int tk_parse_retry_count { get; set; } = 0;
|
|
|
|
|
+ public string tk_parse_default_icon { get; set; } = string.Empty;
|
|
|
|
|
|
|
|
public string cpsIgnorePercentageCity { get; set; } = string.Empty;
|
|
public string cpsIgnorePercentageCity { get; set; } = string.Empty;
|
|
|
public int cps_limit_per_ip_24h { get; set; } = 0;
|
|
public int cps_limit_per_ip_24h { get; set; } = 0;
|