Skip to content

Commit

Permalink
perf(微信): 功能类-语音通话呼入10秒后自动点击接听
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 23, 2024
1 parent 31508e7 commit 11a4634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ export default defineGkdApp({
name: '功能类-语音通话呼入10秒后自动点击接听',
rules: [
{
matchTime: 15000,
actionDelay: 10000,
activityIds: '.plugin.voip.ui.VideoActivity',
matches: 'Button[desc="接听"][visibleToUser=true]',
Expand Down

0 comments on commit 11a4634

Please sign in to comment.