diff --git a/app/src/main/java/com/github/kr328/clash/SupportActivity.kt b/app/src/main/java/com/github/kr328/clash/SupportActivity.kt index 1d8f86bce..f4f6eaefe 100644 --- a/app/src/main/java/com/github/kr328/clash/SupportActivity.kt +++ b/app/src/main/java/com/github/kr328/clash/SupportActivity.kt @@ -33,6 +33,17 @@ class SupportActivity : BaseActivity() { ) } } + option( + title = getString(R.string.clashr), + summary = getString(R.string.clashr_url) + ) { + onClick { + startActivity( + Intent(Intent.ACTION_VIEW) + .setData(Uri.parse(getString(R.string.clashr_url))) + ) + } + } option( title = getString(R.string.clash_for_android), summary = getString(R.string.clash_for_android_url) @@ -44,6 +55,17 @@ class SupportActivity : BaseActivity() { ) } } + option( + title = getString(R.string.clashr_for_android), + summary = getString(R.string.clashr_for_android_url) + ) { + onClick { + startActivity( + Intent(Intent.ACTION_VIEW) + .setData(Uri.parse(getString(R.string.clashr_for_android_url))) + ) + } + } category(text = getString(R.string.contacts)) @@ -71,6 +93,7 @@ class SupportActivity : BaseActivity() { } } + if (resources.configuration.locales.get(0) .language.equals("zh", true) ) { @@ -86,6 +109,18 @@ class SupportActivity : BaseActivity() { } } } + + option( + title = getString(R.string.mod_clashr_text), + summary = getString(R.string.mod_clashr_url) + ) { + onClick { + startActivity( + Intent(Intent.ACTION_VIEW) + .setData(Uri.parse(getString(R.string.mod_clashr_url))) + ) + } + } } } } \ No newline at end of file diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 1fc49f4e4..20306b3b6 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -125,7 +125,7 @@ Github Issues %d 秒 已复制 - Clash 配置文件
其中包含了 代理, 代理组 和 规则]]>
+ Clash/ClashR 配置文件
其中包含了 代理, 代理组 和 规则]]>
Google Play 的副本, 但是生成该副本的应用未能正确处理 分包机制
这意味着您获取的是 应用的一部分]]>
了解更多关于分包机制 重新从 Google Play 安装 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7f2bb5f9d..84b53ada9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -117,7 +117,7 @@ Route System Traffic Routing all system traffic via VpnService - + VPN Service IPv6 Enable IPv6 support (not recommend) @@ -148,9 +148,13 @@ Sources Clash + ClashR Clash for Android + ClashR for Android + https://github.com/sh4d0wfiend/clash https://github.com/Dreamacro/clash https://github.com/Kr328/ClashForAndroid + https://github.com/naicfeng/ClashRForAndroid Contacts E-Mail @@ -159,8 +163,10 @@ kr328app@outlook.com https://github.com/Kr328/ClashForAndroid/issues https://t.me/clash_for_android_channel + Change to ClashR + https://cuojue.org - Clash Config which contains
Proxies, Proxy Groups and Rules]]>
+ Clash/ClashR Config which contains
Proxies, Proxy Groups and Rules]]>
Google Play, but the app that generated the copy did not handle Split Apks correctly
This means you get part of the app, not all of it]]>
Learn more about Split Apks