From d2f25e4f52c860228acb3f30f572745078f5409b Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Sun, 3 Sep 2023 22:36:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=BE=AE=E5=BA=97?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E8=B7=B3=E8=BF=87=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.koudai.weidian.buyer.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.koudai.weidian.buyer.ts diff --git a/src/apps/com.koudai.weidian.buyer.ts b/src/apps/com.koudai.weidian.buyer.ts new file mode 100644 index 000000000..5a09b6756 --- /dev/null +++ b/src/apps/com.koudai.weidian.buyer.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.koudai.weidian.buyer', + name: '微店', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.koudai.weidian.buyer.activity.SplashActivity', + rules: '[id="com.koudai.weidian.buyer:id/skip_view"||text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12506297', + }, + ], +});