feat(Google Void): 跳过电话号码链接请求 (#1990)

close #1983
This commit is contained in:
walklty
2023-11-12 23:08:00 +08:00
committed by GitHub
parent 19621c14c4
commit 5f1c719593

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.google.android.apps.googlevoice',
name: 'Voice',
groups: [
{
key: 10,
enable: false,
name: '跳过实体号码链接',
quickFind: true,
activityIds: 'com.google.android.apps.voice.promo.PromoActivity',
rules: [
{
matches: [
'[text="Link this device to Google Voice"]',
'[id="com.google.android.apps.googlevoice:id/skip_button"]',
],
snapshotUrls: 'https://i.gkd.li/import/13314255',
},
],
},
],
});