From f7748636f587c05430e9c5897160fcfda44113ab Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:35:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=87=92=E4=BA=BA=E5=90=AC=E4=B9=A6):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#2829)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/bubei.tingshu.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/bubei.tingshu.ts b/src/apps/bubei.tingshu.ts index c28c43ed..d58d87e3 100644 --- a/src/apps/bubei.tingshu.ts +++ b/src/apps/bubei.tingshu.ts @@ -29,5 +29,14 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text="发现新版本"] +2 * > [text="暂不升级"]', + snapshotUrls: 'https://i.gkd.li/import/13545953', + }, ], });