diff --git a/src/apps/com.able.wisdomtree.ts b/src/apps/com.able.wisdomtree.ts new file mode 100644 index 00000000..77ba50b5 --- /dev/null +++ b/src/apps/com.able.wisdomtree.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.able.wisdomtree', + name: '知到', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: + 'com.example.advertisement_business.advertisement.AdvertisementActivity', + rules: [ + { + matches: ['[id="com.able.wisdomtree:id/tv_skip"]'], + snapshotUrls: 'https://gkd-kit.songe.li/import/12838048', + }, + ], + }, + ], +});