From 4badfa01fc8a098ef2aee4385cc9ac2c5987caae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Tue, 24 Oct 2023 01:41:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E5=9C=B0=E5=9B=BE):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.BaiduMap.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/com.baidu.BaiduMap.ts b/src/apps/com.baidu.BaiduMap.ts index 3e2f98a9..903e6928 100644 --- a/src/apps/com.baidu.BaiduMap.ts +++ b/src/apps/com.baidu.BaiduMap.ts @@ -7,13 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - // quickFind: true, 会导致实机无法跳过 + quickFind: true, + matchLauncher: true, activityIds: 'com.baidu.baidumaps.MapsActivity', - rules: ['TextView[text^="跳过"]'], + rules: ['TextView[text^="跳过"][text.length<=5]'], snapshotUrls: [ 'https://i.gkd.li/import/12924598', 'https://i.gkd.li/import/12909174', 'https://i.gkd.li/import/12909201', + 'https://i.gkd.li/import/13074377', ], }, {