diff --git a/src/apps/com.xsj.app.ts b/src/apps/com.xsj.app.ts new file mode 100644 index 00000000..ceda749b --- /dev/null +++ b/src/apps/com.xsj.app.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xsj.app', + name: '星影视频', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 0, + name: '腾讯广告', + activityIds: 'com.xsj.app.MainActivity', + matches: + 'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', + snapshotUrls: 'https://i.gkd.li/import/13625504', + }, + ], + }, + ], +});