diff --git a/src/apps/com.heytap.market.ts b/src/apps/com.heytap.market.ts new file mode 100644 index 00000000..475d5652 --- /dev/null +++ b/src/apps/com.heytap.market.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.heytap.market', + name: '软件商店', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: + 'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity', + rules: + '[id="android:id/content"] > RelativeLayout > LinearLayout > [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12506561', + }, + ], +});