From a6b458eb7411f6c1a06f00b59fcc5d70a576635e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 26 Oct 2024 14:01:11 +0800 Subject: [PATCH] =?UTF-8?q?perf(QQ):=20=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA-=E6=B6=88=E6=81=AF=E9=A1=B5=E9=9D=A2-=E9=A1=B6?= =?UTF-8?q?=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mobileqq.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index afb66702..72bf055c 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -451,13 +451,14 @@ export default defineGkdApp({ key: 0, activityIds: 'com.tencent.mobileqq.activity.SplashActivity', matches: - '@ImageView[clickable=true] [text*="版本更新" || text*="有新版本"]', + '@ImageView[clickable=true][text=null] [text*="版本更新" || text*="新版本"][text.length<15]', snapshotUrls: [ - 'https://i.gkd.li/i/13255493', //desc值为null快照 + 'https://i.gkd.li/i/13255493', 'https://i.gkd.li/i/13843140', 'https://i.gkd.li/i/14138340', 'https://i.gkd.li/i/13931212', - 'https://i.gkd.li/i/16323755', // add [text*="有新版本"] + 'https://i.gkd.li/i/16323755', + 'https://i.gkd.li/i/17529150', ], }, ],