From f90652c4ef05ff56e50304e9e74e2b28f597be5c Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:25:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=93=9D=E5=B2=9B):=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#2970)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.loyea.adnmb.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.loyea.adnmb.ts diff --git a/src/apps/com.loyea.adnmb.ts b/src/apps/com.loyea.adnmb.ts new file mode 100644 index 00000000..cce77ef1 --- /dev/null +++ b/src/apps/com.loyea.adnmb.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.loyea.adnmb', + name: '蓝岛', + groups: [ + { + key: 5, + name: '通知弹窗', + enable: false, + quickFind: true, + activityIds: 'com.loyea.adnmb.activity.MainActivity', + rules: 'LinearLayout > Button[text="确定"]', + snapshotUrls: 'https://i.gkd.li/import/13623450', + }, + ], +});