diff --git a/src/apps/com.huawei.appmarket.ts b/src/apps/com.huawei.appmarket.ts new file mode 100644 index 00000000..3b73383b --- /dev/null +++ b/src/apps/com.huawei.appmarket.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huawei.appmarket', + name: '华为应用市场', + groups: [ + { + 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'], + }, + ], + }, + ], +});