diff --git a/src/apps/com.zhl.bmi.ts b/src/apps/com.zhl.bmi.ts new file mode 100644 index 00000000..2faee92e --- /dev/null +++ b/src/apps/com.zhl.bmi.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.zhl.bmi', + name: '乐看视频', + groups: [ + { + key: 2, + name: '广告弹窗', + desc: '点击右上角x', + activityIds: 'com.zhl.bmi.MainActivity', + quickFind: true, + rules: + '@ImageView < FrameLayout[childCount=1] <3 FrameLayout <2 FrameLayout < FrameLayout < [id="android:id/content"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13255787', + 'https://i.gkd.li/import/13255786', + ], + }, + ], +});