From 552ca15d099a460b805bb5aac0621e974c207868 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 5 Sep 2023 14:11:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.jingdong.app.mall.ts diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts new file mode 100644 index 000000000..a978451b5 --- /dev/null +++ b/src/apps/com.jingdong.app.mall.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jingdong.app.mall', + name: '京东', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + rules: '[desc$="广告"] +2 [desc="跳过"] > [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12519430', + }, + ], +});