From b68037cc73fd16bffda2fc890a66af25c86d5dda Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:18:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(Voice):=E8=B7=B3=E8=BF=87=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E5=8F=B7=E7=A0=81=E9=93=BE=E6=8E=A5=20(#2395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.google.android.apps.googlevoice.ts | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/apps/com.google.android.apps.googlevoice.ts b/src/apps/com.google.android.apps.googlevoice.ts index 07162f0d..d40f1594 100644 --- a/src/apps/com.google.android.apps.googlevoice.ts +++ b/src/apps/com.google.android.apps.googlevoice.ts @@ -9,14 +9,23 @@ export default defineAppConfig({ enable: false, name: '跳过实体号码链接', quickFind: true, - activityIds: 'com.google.android.apps.voice.promo.PromoActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: [ + 'com.google.android.apps.voice.promo.PromoActivity', + 'com.google.android.apps.voice.verification.procedure.VerificationActivity', + ], rules: [ { matches: [ - '[text="Link this device to Google Voice"]', + '[id="com.google.android.apps.googlevoice:id/title_view"][text="Link this device to Google Voice" || text="将此设备与 Google Voice 关联"]', '[id="com.google.android.apps.googlevoice:id/skip_button"]', ], - snapshotUrls: 'https://i.gkd.li/import/13314255', + snapshotUrls: [ + 'https://i.gkd.li/import/13314255', + 'https://i.gkd.li/import/13437190', + ], }, ], },