diff --git a/src/apps/com.wzwh.bzpaipan.ts b/src/apps/com.wzwh.bzpaipan.ts new file mode 100644 index 00000000..2ff3fa76 --- /dev/null +++ b/src/apps/com.wzwh.bzpaipan.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wzwh.bzpaipan', + name: '问真八字排盘', + groups: [ + { + key: 3, + name: '全屏广告', + quickFind: true, + activityIds: 'com.qq.e.ads.PortraitADActivity', + rules: + '@ImageView[clickable=true] < LinearLayout[childCount=1] <2 FrameLayout[childCount=2] < [id="android:id/content"][childCount=1]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13162912', + }, + ], +});