update
This commit is contained in:
parent
bc774071bc
commit
e501607528
@ -281,7 +281,7 @@ abstract class MoBaseActivity : AppCompatActivity(), CoroutineScope by MainScope
|
||||
}
|
||||
// 不允许的国家代码
|
||||
val restrictedCountries = setOf(
|
||||
"CN",
|
||||
// "CN",
|
||||
"HK",
|
||||
"TW",
|
||||
"JP",
|
||||
@ -314,8 +314,8 @@ abstract class MoBaseActivity : AppCompatActivity(), CoroutineScope by MainScope
|
||||
//525 Singapore (Republic of)
|
||||
val restrictedCountryCodes =
|
||||
setOf(
|
||||
"460",
|
||||
"461",
|
||||
// "460",
|
||||
// "461",
|
||||
"454",
|
||||
"466",
|
||||
"440",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user