From 086318cf93c07ab786f3a7763cd02813a2e49eb8 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Mon, 4 Sep 2023 10:04:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=91=9E=E5=B9=B8?= =?UTF-8?q?=E5=92=96=E5=95=A1=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=B7=B3=E8=BF=87=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lucky.luckyclient.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.lucky.luckyclient.ts diff --git a/src/apps/com.lucky.luckyclient.ts b/src/apps/com.lucky.luckyclient.ts new file mode 100644 index 00000000..4b514fad --- /dev/null +++ b/src/apps/com.lucky.luckyclient.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lucky.luckyclient', + name: '瑞幸咖啡', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.luckin.client.main.FirstActivity', + rules: '[id="com.lucky.luckyclient:id/tv_skip"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12508764', + }, + ], +});