From ec7d5db17f67a609dc3e113c4c7b6e69e7d5fb43 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 5 Apr 2024 17:17:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=9F=B3=E4=B9=90):=20=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqmusic.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 1d4cef2c..b9777247 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -108,5 +108,21 @@ export default defineAppConfig({ }, ], }, + { + key: 8, + name: '评价提示-好评弹窗', + desc: '点击关闭', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '@[vid="close_btn"] - * > [text*="好评"]', + exampleUrls: + 'https://m.gkd.li/57941037/65146157-9200-4a1a-b1cc-4a3ca70de351', + snapshotUrls: 'https://i.gkd.li/i/14881903', + }, + ], + }, ], });