mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:15:25 +08:00
feat(Voice):跳过实体号码链接 (#2395)
This commit is contained in:
parent
75ac67a137
commit
b68037cc73
|
@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user