Modify change unsupported note in MainActivity

This commit is contained in:
2023-01-27 02:45:05 +08:00
parent 1fd9cc6ab0
commit 118104c11c

View File

@@ -79,9 +79,12 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
isNotColorOS -> isNotColorOS ->
showDialog { showDialog {
title = "不是 ColorOS 系统" title = "不是 ColorOS 系统"
msg = "此模块专为 ColorOS 系统打造,当前无法识别你的系统为 ColorOS所以模块无法工作。\n" + msg = "此模块专为 ColorOS 系统打造,当前无法识别你的系统为 ColorOS所以模块无法工作。"
"如有问题请联系 酷安 @星夜不荟" confirmButton(text = "查看支持的模块") {
confirmButton(text = "退出") { finish() } openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt")
finish()
}
cancelButton(text = "退出") { finish() }
noCancelable() noCancelable()
} }
/** 判断是否 Hook */ /** 判断是否 Hook */