mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:52:20 +08:00
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:
parent
667c12466f
commit
72a8537630
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user