From 205563d67d2ab0add848f11d59fee21c92b7b127 Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:06:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BA=93=E8=A1=97=E5=8C=BA):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dlh --- src/apps/com.kurogame.kjq.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.kurogame.kjq.ts diff --git a/src/apps/com.kurogame.kjq.ts b/src/apps/com.kurogame.kjq.ts new file mode 100644 index 00000000..33096d4b --- /dev/null +++ b/src/apps/com.kurogame.kjq.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.kurogame.kjq', + name: '库街区', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: [ + 'com.kurogame.kjq.userlogin.ui.activity.SplashActivity', + 'com.android.launcher.Launcher', + ], + rules: [ + { + matches: '[id="com.kurogame.kjq:id/jump"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12836250', + 'https://gkd-kit.gitee.io/import/12836248', + ], + }, + ], + }, + ], +});