diff --git a/src/apps/com.mj.mjyd.ts b/src/apps/com.mj.mjyd.ts new file mode 100644 index 00000000..a01e705c --- /dev/null +++ b/src/apps/com.mj.mjyd.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mj.mjyd', + name: '追漫大全', + groups: [ + { + key: 1, + name: '广告弹窗', + quickFind: true, + rules: + '@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12877729', + }, + ], +});