diff --git a/src/apps/com.jiongji.andriod.card.ts b/src/apps/com.jiongji.andriod.card.ts index 0978e526..2d63fdbb 100644 --- a/src/apps/com.jiongji.andriod.card.ts +++ b/src/apps/com.jiongji.andriod.card.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.jiongji.andriod.card', name: '百词斩', groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13495409', + }, { key: 1, name: '活动弹窗', @@ -12,5 +22,16 @@ export default defineAppConfig({ '[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13415075', }, + { + key: 3, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.baicizhan.main.activity.MainTabActivity', + rules: '[text="抢先体验"] - [text="取消"]', + snapshotUrls: 'https://i.gkd.li/import/13488652', + }, ], });