From ad83ba72f11bc576df07a7286a728e8e08ee8f4a Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:36:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(VIVO=E5=AE=98=E7=BD=91):=20=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=B9=BF=E5=91=8A=20(#1665)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.vivo.space.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.vivo.space.ts b/src/apps/com.vivo.space.ts index c97da6fc..0d86a4dd 100644 --- a/src/apps/com.vivo.space.ts +++ b/src/apps/com.vivo.space.ts @@ -14,5 +14,14 @@ export default defineAppConfig({ rules: '[id="com.vivo.space:id/timer"]', snapshotUrls: ['https://i.gkd.li/import/13197585'], }, + { + key: 3, + name: '活动广告', + matchTime: 10000, + actionMaximum: 1, + activityIds: 'com.vivo.space.ui.VivoSpaceTabActivity', + rules: 'Image[text=""] + TextView[text=""]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13218155', + }, ], });