From 09ea3aad0d6ee3ba79e1e8576ca9eac2bb05a5bd Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:20:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93=E4=B8=A5=E9=80=89):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A,=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#761)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(网易严选) - 开屏广告 - 首页-弹窗广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.netease.yanxuan.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.netease.yanxuan.ts diff --git a/src/apps/com.netease.yanxuan.ts b/src/apps/com.netease.yanxuan.ts new file mode 100644 index 00000000..66e9c2c8 --- /dev/null +++ b/src/apps/com.netease.yanxuan.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.netease.yanxuan', + name: '网易严选', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.netease.yanxuan.module.splash.SplashActivity', + rules: '[id = "com.netease.yanxuan:id/splash_pic_jump_container"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12840637', + }, + { + key: 1, + name: '首页-弹窗广告', + activityIds: + 'com.netease.yanxuan.module.mainpage.activity.MainPageActivity', + rules: '[id="com.netease.yanxuan:id/trans_cancel"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12840641', + }, + ], +});