mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
24
src/apps/com.google.android.apps.googlevoice.ts
Normal file
24
src/apps/com.google.android.apps.googlevoice.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user