From 121dba999916c21ca0798ee5624e4c0a53a80fde Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 22 Mar 2024 13:26:06 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=BE=AE=E4=BF=A1):=20=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E5=8F=B7=E6=B6=88=E6=81=AF=E9=A1=B5=E9=9D=A2=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index c0714108..6c6bc30d 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -636,6 +636,7 @@ export default defineAppConfig({ key: 0, name: '点击[广告]', actionCd: 3000, + forcedTime: 3000, position: { left: 'width * 0.8805', top: 'width * 0.0583', @@ -656,6 +657,7 @@ export default defineAppConfig({ preKeys: 0, key: 1, name: '点击[不感兴趣]', + forcedTime: 3000, position: { left: 'width * 0.5271', top: 'width * 0.3419', @@ -669,6 +671,7 @@ export default defineAppConfig({ preKeys: 1, key: 2, name: '点击[与我无关]', + forcedTime: 3000, position: { left: 'width * 0.1864', top: 'width * 0.3419', @@ -682,6 +685,7 @@ export default defineAppConfig({ preKeys: 2, key: 3, name: '点击[确定]', + forcedTime: 3000, position: { left: 'width * 0.8641', top: 'width * 0.1209',