mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: 功能类-自动同意远程协助请求
This commit is contained in:
24
src/apps/com.vivo.remoteassistant.ts
Normal file
24
src/apps/com.vivo.remoteassistant.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.vivo.remoteassistant',
|
||||
name: '远程协助',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '功能类-自动同意远程协助请求',
|
||||
desc: '发来远程协助请求,点击同意',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.InviteeActivity',
|
||||
matches: [
|
||||
'[text="发来远程协助请求"][visibleToUser=true]',
|
||||
'Button[vid="inviteeAgree"][visibleToUser=true]',
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/i/20768251',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user