From 2d2616adca2d533404cfeea99b7efd88ad3885d4 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sat, 21 Oct 2023 23:22:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C=E9=87=91=E8=9E=8D):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1263)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.jd.jrapp.ts * chore(actions): check_format_lint * feat(京东金融): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge close #1261 --- src/apps/com.jd.jrapp.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.jd.jrapp.ts diff --git a/src/apps/com.jd.jrapp.ts b/src/apps/com.jd.jrapp.ts new file mode 100644 index 00000000..5877c008 --- /dev/null +++ b/src/apps/com.jd.jrapp.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jd.jrapp', + name: '京东金融', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.jd.jrapp.bm.mainbox.main.MainActivity', + rules: [ + { + matches: '[id="com.jd.jrapp:id/btn_jump"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13054174', + }, + ], + }, + ], +});