From 1563a8cd44d506134538d8b344d34bf007da4f49 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Feb 2024 17:20:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E4=B9=8E):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=EF=BC=88GKD1.7=E6=9C=89=E6=95=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhihu.android.ts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index 87188d78..f7c5e0c8 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -215,6 +215,39 @@ export default defineAppConfig({ }, ], }, + { + key: 16, + name: '更新提示', + rules: [ + { + key: 0, + name: '勾选[不再提醒]', + matchTime: 10000, + quickFind: true, + resetMatch: 'app', + actionMaximum: 1, + action: 'clickCenter', + position: { + left: 'width * 0.0718', + top: 'width * 0.3026', + }, + matches: '@[vid="parentPanel"] >4 [text*="内测"]', + exampleUrls: + 'https://m.gkd.li/57941037/728ea1cd-ca19-4de9-9e7e-eb2a3513f965', + snapshotUrls: 'https://i.gkd.li/i/14445502', + }, + { + preKeys: 0, + key: 1, + name: '点击[取消]', + quickFind: true, + matches: '@[text="取消"] + [text="去应用市场"]', + exampleUrls: + 'https://m.gkd.li/57941037/728ea1cd-ca19-4de9-9e7e-eb2a3513f965', + snapshotUrls: 'https://i.gkd.li/i/14445502', + }, + ], + }, { enable: false, key: 101,