From e1e596119e4c18d247acb368195df783caedcf04 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 27 Apr 2024 17:32:05 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=BE=AE=E4=BF=A1):=20=E6=9C=8B=E5=8F=8B?= =?UTF-8?q?=E5=9C=88=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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index e1416c35..db037af1 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -56,10 +56,13 @@ export default defineGkdApp({ { preKeys: [0], key: 26, - name: '点击[Close the ad]', + name: '点击[Close]', quickFind: true, - matches: '[text="Close the ad"][clickable=true]', - snapshotUrls: 'https://i.gkd.li/i/14207480', + matches: '[text*="Close"][clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/14207480', + 'https://i.gkd.li/i/15137016', + ], }, { preKeys: [0],