From ed9ec6ec8fdda1f0aa017fd9476f81fe4d5e4055 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 8 Apr 2024 10:24:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=A3=E5=8E=8B=E4=B8=93=E5=AE=B6):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.fileunzip.zxwknight.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.fileunzip.zxwknight.ts b/src/apps/com.fileunzip.zxwknight.ts index 9bbf64c9..b9ff8a4b 100644 --- a/src/apps/com.fileunzip.zxwknight.ts +++ b/src/apps/com.fileunzip.zxwknight.ts @@ -28,6 +28,7 @@ export default defineAppConfig({ { key: 2, name: '全屏广告-升级专业版弹窗', + quickFind: true, activityIds: [ 'com.fileunzip.zxwknight.activity.MainActivity', 'com.fileunzip.zxwknight.activity.VideoPlayActivity', @@ -70,5 +71,21 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '更新提示', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '@[vid="ziputil_dialog_imageview"] + [text="有新版本啦"]', + exampleUrls: + 'https://m.gkd.li/57941037/a428a59c-5cdd-47e9-bfc5-492b43ed169a', + snapshotUrls: 'https://i.gkd.li/i/14900121', + }, + ], + }, ], });