From e7edb7beced7770edb719eaa8ef99d5c9accab24 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:01:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E5=9B=BE=E5=9C=A8=E7=BA=BF):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A,=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97,=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97=20(#370)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huatu.handheld_huatu.ts | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/apps/com.huatu.handheld_huatu.ts diff --git a/src/apps/com.huatu.handheld_huatu.ts b/src/apps/com.huatu.handheld_huatu.ts new file mode 100644 index 00000000..4b899c79 --- /dev/null +++ b/src/apps/com.huatu.handheld_huatu.ts @@ -0,0 +1,31 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huatu.handheld_huatu', + name: '华图在线', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.huatu.handheld_huatu.business.guide.SplashActivity', + rules: '[id="com.huatu.handheld_huatu:id/splash_tv_jump"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12715734', + }, + { + key: 1, + name: '首页广告弹窗', + activityIds: 'com.huatu.handheld_huatu.view.MainPopDialog', + rules: + '[id="com.huatu.handheld_huatu:id/main_img_adv_bg"] + [id="com.huatu.handheld_huatu:id/main_img_close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12715702', + }, + { + enable: false, + key: 10, + name: '请求通知权限弹窗', + activityIds: 'com.huatu.handheld_huatu.business.main.MainTabActivity', + rules: '[text*="开启通知提示"] +2 LinearLayout > [text="取消"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12715719', + }, + ], +});