From 72a8537630c6b510729a5cb87e4decb287c97f00 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:08:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=9F=B3=E4=B9=90):=20=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=8D=A1=E7=89=87=EF=BC=88=E6=8F=90=E9=AB=98=E8=A7=84?= =?UTF-8?q?=E5=88=99=E9=80=9A=E7=94=A8=E6=80=A7=EF=BC=89=20(#3536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(QQ音乐): 广告卡片(提高规则通用性) * chore(actions): check_format_lint --------- Co-authored-by: adproqwq <2757917031@qq.com> Co-authored-by: github-actions[bot] --- src/apps/com.tencent.qqmusic.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index a9c75335..74069988 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -37,8 +37,11 @@ export default defineAppConfig({ rules: [ { key: 2, - matches: '[text="广告"] + * + [desc="关闭"]', - snapshotUrls: 'https://i.gkd.li/import/13206534', + matches: '[text="广告"] +n [desc="关闭"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13206534', //歌单页 + 'https://i.gkd.li/import/13797001', //我的页 + ], }, { key: 3,