Modify merge issues url to AndroidNotifyIconAdapt in ConfigureActivity

This commit is contained in:
2023-02-02 22:03:15 +08:00
parent 6725bf14a5
commit cc2e2df37e

View File

@@ -173,7 +173,7 @@ class ConfigureActivity : BaseActivity<ActivityConfigBinding>() {
title = "感谢你的贡献" title = "感谢你的贡献"
msg = "通知图标优化名单需要大家的共同维护才能得以完善,请选择你的贡献方式。" msg = "通知图标优化名单需要大家的共同维护才能得以完善,请选择你的贡献方式。"
confirmButton(text = "贡献规则") { openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt/blob/main/CONTRIBUTING.md") } confirmButton(text = "贡献规则") { openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt/blob/main/CONTRIBUTING.md") }
cancelButton(text = "请求适配") { openBrowser(url = "https://github.com/fankes/ColorOSNotifyIcon/issues/new/choose") } cancelButton(text = "请求适配") { openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt/issues/new/choose") }
neutralButton(text = "暂时不用") neutralButton(text = "暂时不用")
} }
} }