From 40bbc88460e6cc4defea849380bc85f7579b3e3d Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 23 Feb 2024 12:38:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=98=85=E8=AF=BB):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=8F=90=E7=A4=BA-=E5=86=85=E6=B5=8B=E9=82=80?= =?UTF-8?q?=E8=AF=B7=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.qq.reader.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.qq.reader.ts b/src/apps/com.qq.reader.ts index b4862813..e8ba65bf 100644 --- a/src/apps/com.qq.reader.ts +++ b/src/apps/com.qq.reader.ts @@ -28,5 +28,20 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '更新提示-内测邀请弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[vid="upgrade_dialog_close_btn"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/03e35d57-5f40-4ccb-911a-5f9061eab46e', + snapshotUrls: 'https://i.gkd.li/i/14376088', + }, + ], + }, ], });