From 30445aef144ec1f33d3c5280821a7138bc8370a7 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 5 Sep 2023 14:06:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=AB=E6=89=8B=E6=9E=81=E9=80=9F?= =?UTF-8?q?=E7=89=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kuaishou.nebula.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.kuaishou.nebula.ts diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts new file mode 100644 index 00000000..23fc24da --- /dev/null +++ b/src/apps/com.kuaishou.nebula.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.kuaishou.nebula', + name: '快手极速版', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.yxcorp.gifshow.HomeActivity', + rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12519389', + }, + ], +});