diff --git a/src/apps/com.huawei.appmarket.ts b/src/apps/com.huawei.appmarket.ts index 3b73383b..38e1cdeb 100644 --- a/src/apps/com.huawei.appmarket.ts +++ b/src/apps/com.huawei.appmarket.ts @@ -7,13 +7,19 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: ['com.huawei.appmarket.MainActivity'], - rules: [ - { - matches: '[id="com.huawei.appmarket:id/skip_textview"]', - snapshotUrls: ['https://gkd-kit.gitee.io/import/12683196'], - }, - ], + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.huawei.appmarket:id/skip_textview"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12683196', + }, + { + key: 1, + name: '更新弹窗', + activityIds: 'com.huawei.appmarket.MarketActivity', + rules: '@[text="以后再说"] + [text="立即更新"]', + snapshotUrls: 'https://i.gkd.li/import/13228520', }, ], });