From 02bbf03851dd373ea51dddfd25ae0e2bf38eb1e8 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:59:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=B7=E5=8D=97=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(#881?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.rytong.hnair.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.rytong.hnair.ts diff --git a/src/apps/com.rytong.hnair.ts b/src/apps/com.rytong.hnair.ts new file mode 100644 index 00000000..6abf667f --- /dev/null +++ b/src/apps/com.rytong.hnair.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.rytong.hnair', + name: '海南航空', + groups: [ + { + key: 0, + name: '首页-弹窗广告', + activityIds: 'com.hnair.airlines.ui.main.MainActivity', + rules: 'ImageView[id*="com.rytong.hnair:id/iv_cloes"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12846381', + }, + ], +});