diff --git a/src/apps/com.jc.avatar.mm.ts b/src/apps/com.jc.avatar.mm.ts new file mode 100644 index 00000000..d27bcb55 --- /dev/null +++ b/src/apps/com.jc.avatar.mm.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jc.avatar.mm', + name: '萌妹', + groups: [ + { + key: 1, + name: '广告弹窗', + activityIds: 'com.jc.avatar.mm.MainActivity', + rules: + 'ImageView -2 FrameLayout > FrameLayout > FrameLayout > FrameLayout > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13188475', + }, + ], +});