From 962c433c01af565783f9b24b7bd406f5ac1cc96e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:12:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9B=B4=E6=92=AD=E5=90=A7)=20=E6=9B=B4?= =?UTF-8?q?=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/android.zhibo8.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index e407eb33..2c27a758 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -59,5 +59,19 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '更新提示', + rules: [ + { + key: 0, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + matches: '@[vid="iv_cancel"] - * >4 [text="发现新版本"]', + snapshotUrls: 'https://i.gkd.li/i/14395465', + }, + ], + }, ], });