From 60a88e3b1c5262ac7524ba69f30d238f05cfbd73 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:03:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=90=8C=E5=A6=B9):=20=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#1460)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jc.avatar.mm.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.jc.avatar.mm.ts 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', + }, + ], +});