diff --git a/src/apps/com.tuying.kuimg.rjm.ts b/src/apps/com.tuying.kuimg.rjm.ts new file mode 100644 index 00000000..15ab2f69 --- /dev/null +++ b/src/apps/com.tuying.kuimg.rjm.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tuying.kuimg.rjm', + name: '热剧猫', + groups: [ + { + key: 1, + name: '广告弹窗', + activityIds: 'com.tuying.kuimg.rjm.MainActivity', + rules: [ + { + key: 0, + matches: + '[id="com.tuying.kuimg.rjm:id/ksad_tk_view"] >n @ViewGroup[childCount=1][clickable=true] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13166088', + }, + { + key: 1, + matches: + '[id="com.tuying.kuimg.rjm:id/ksad_tk_view"] >n @ViewGroup > [text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13166086', + }, + ], + }, + ], +});