mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat: 对某些 APP 执行 quickFind
This commit is contained in:
@@ -7,6 +7,8 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchLauncher: true,
|
||||
activityIds: [
|
||||
'com.ss.android.article.news.activity.MainActivity',
|
||||
'com.bytedance.ugc.UgcDetailInfoActivity',
|
||||
@@ -25,10 +27,8 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: [
|
||||
'com.ss.android.mine.BaseSettingActivity',
|
||||
'com.miui.home.launcher.Launcher',
|
||||
],
|
||||
matchLauncher: true,
|
||||
activityIds: ['com.ss.android.mine.BaseSettingActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[text="升级版本"] +n [desc="关闭"][clickable=true]',
|
||||
|
||||
Reference in New Issue
Block a user