From c0c4206aca616d5317a99a1579a55be7d46e6cff Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 29 Nov 2025 19:19:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=205EPlay-=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.fiveplay.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/apps/com.fiveplay.ts b/src/apps/com.fiveplay.ts index 8f50c5fa..7dd15360 100644 --- a/src/apps/com.fiveplay.ts +++ b/src/apps/com.fiveplay.ts @@ -38,5 +38,29 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '更新提示', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: '.login.view.dialog.UpdateHintDialog', + rules: [ + { + key: 0, + matches: + '[vid="cb_ignore_version"][checked=false][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/4833b753-6fcd-4caf-b57a-1a27fdfecd0a', + snapshotUrls: 'https://i.gkd.li/i/23833318', + excludeSnapshotUrls: 'https://i.gkd.li/i/23833319', + }, + { + preKeys: [0], + matches: '[text="暂不更新"][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/23833318', + }, + ], + }, ], });