diff --git a/src/apps/com.bbk.appstore.ts b/src/apps/com.bbk.appstore.ts index ce502695..e2456860 100644 --- a/src/apps/com.bbk.appstore.ts +++ b/src/apps/com.bbk.appstore.ts @@ -12,13 +12,9 @@ export default defineGkdApp({ actionMaximum: 1, resetMatch: 'app', rules: [ - { - key: 0, - matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]', - snapshotUrls: 'https://i.gkd.li/i/13198101', - }, { key: 1, + activityIds: '.ui.AppStoreTabActivity', matches: ['[text*="通知"]', '[text="取消"]'], snapshotUrls: [ 'https://i.gkd.li/i/13198234', @@ -28,5 +24,22 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '全屏广告-热门应用推荐', + desc: '点击[跳过,进入首页]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.upgrade.UpgradeNecessaryActivity', + matches: '[text="跳过,进入首页"]', + exampleUrls: 'https://e.gkd.li/eb96ca80-2e68-4f41-ac0f-3c82092034d7', + snapshotUrls: 'https://i.gkd.li/i/13198101', + }, + ], + }, ], });