From edd179a0bfab3e5eabbdafe1c4aa11cc88ed8227 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:21:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=97=E6=96=B9=E8=88=AA=E7=A9=BA):=20?= =?UTF-8?q?=E9=A6=96=E9=A1=B5-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#155?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.csair.mbp.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.csair.mbp.ts diff --git a/src/apps/com.csair.mbp.ts b/src/apps/com.csair.mbp.ts new file mode 100644 index 00000000..9f5d78a2 --- /dev/null +++ b/src/apps/com.csair.mbp.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.csair.mbp', + name: '南方航空', + groups: [ + { + key: 3, + name: '首页-弹窗广告', + quickFind: true, + activityIds: 'com.csair.mbp.CSMBPActivity', + rules: '[id="com.csair.mbp:id/close_btn"]', + snapshotUrls: ['https://i.gkd.li/import/13197497'], + }, + ], +});