From cab3453a3f5659b0fb036f2b5b6f3c993de847ae Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:36:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E5=96=9C=E7=89=B9=E4=BB=B7):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#401)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jd.jdlite.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.jd.jdlite.ts diff --git a/src/apps/com.jd.jdlite.ts b/src/apps/com.jd.jdlite.ts new file mode 100644 index 00000000..de9be428 --- /dev/null +++ b/src/apps/com.jd.jdlite.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jd.jdlite', + name: '京喜特价', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.jd.jdlite.ad.ADActivity', + rules: '[desc="闪屏广告"] + [text$="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727385', + }, + { + key: 1, + name: '首页广告弹窗', + activityIds: 'com.jd.jdlite.MainFrameActivity', + rules: '@[desc="关闭页面"] - FrameLayout >n [text="极速版弹窗"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727396', + }, + ], +});