feat(QQ音乐): 广告卡片(完善规则) (#1661)

This commit is contained in:
Kun Jinkao
2023-11-01 00:32:21 +08:00
committed by GitHub
parent 68bb7b9550
commit f02aca4f2d

View File

@@ -46,8 +46,11 @@ export default defineAppConfig({
{ {
key: 3, key: 3,
matches: matches:
'@ImageView - ImageView - RelativeLayout >n [text="听歌入会赢绿钻"]', '@ImageView - ImageView - RelativeLayout >n [text="听歌入会赢绿钻"||text="摇动点击广告跳转"]',
snapshotUrls: 'https://i.gkd.li/import/13206982', snapshotUrls: [
'https://i.gkd.li/import/13206982',
'https://i.gkd.li/import/13218134',
],
}, },
], ],
}, },