From 09b1dfc9d12c590da4a56dfd4f0b42b8ae653670 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Thu, 21 Sep 2023 22:01:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=AB=98=E9=93=81=E7=AE=A1=E5=AE=B6):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(高铁管家): 开屏 * feat(高铁管家): 开屏 * chore: 规则优化 --------- Co-authored-by: lisonge --- src/apps/com.gtgj.view.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.gtgj.view.ts diff --git a/src/apps/com.gtgj.view.ts b/src/apps/com.gtgj.view.ts new file mode 100644 index 00000000..77c0acc1 --- /dev/null +++ b/src/apps/com.gtgj.view.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.gtgj.view', + name: '高铁管家', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.gtgj.view.LaunchActivity', + rules: + '[id="com.gtgj.view:id/logo_img_container"] >2 FrameLayout[clickable=true] > TextView[text=`跳过`]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12684583'], + }, + ], +});