mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf(微信): 功能类-语音通话呼入10秒后自动点击接听
This commit is contained in:
@@ -725,6 +725,7 @@ export default defineGkdApp({
|
|||||||
name: '功能类-语音通话呼入10秒后自动点击接听',
|
name: '功能类-语音通话呼入10秒后自动点击接听',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
matchTime: 15000,
|
||||||
actionDelay: 10000,
|
actionDelay: 10000,
|
||||||
activityIds: '.plugin.voip.ui.VideoActivity',
|
activityIds: '.plugin.voip.ui.VideoActivity',
|
||||||
matches: 'Button[desc="接听"][visibleToUser=true]',
|
matches: 'Button[desc="接听"][visibleToUser=true]',
|
||||||
|
|||||||
Reference in New Issue
Block a user