feat(QQ音乐): 广告卡片(提高规则通用性) (#3536)

* feat(QQ音乐): 广告卡片(提高规则通用性)

* chore(actions): check_format_lint

---------

Co-authored-by: adproqwq <2757917031@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
adproqwq 2024-01-02 20:08:22 +08:00 committed by GitHub
parent 667c12466f
commit 72a8537630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,11 @@ export default defineAppConfig({
rules: [ rules: [
{ {
key: 2, key: 2,
matches: '[text="广告"] + * + [desc="关闭"]', matches: '[text="广告"] +n [desc="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13206534', snapshotUrls: [
'https://i.gkd.li/import/13206534', //歌单页
'https://i.gkd.li/import/13797001', //我的页
],
}, },
{ {
key: 3, key: 3,