马上连更改4

This commit is contained in:
level 2025-06-06 10:18:41 +08:00
parent d5d1a076d2
commit b18c0c4e07
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ class AgreementAndPrivacyActivity : BaseActivity() {
fun loadPriHtml(){
if (BuildConfig.is_ym){
webView.loadUrl("file:android_asset/privacy.html")
webView.loadUrl("https://www.mslgood.cc/privacy.html")
} else if (BuildConfig.is_tz){
webView.loadUrl("https://www.taiziapp.com/privacy.html")
}
@ -139,7 +139,7 @@ class AgreementAndPrivacyActivity : BaseActivity() {
val language = config.locale.language
val country = config.locale.country
if (language.equals("en")) {
webView.loadUrl("file:android_asset/privacy_en.html")
webView.loadUrl("https://www.mslgood.cc/privacy.html")
} else if (language.equals("zh") && country.equals("HK")) {
loadPriHtml()
} else {