feat(QQ):好友动态-广告卡片 (#2355)

This commit is contained in:
jiuqianyuan
2023-11-22 21:55:31 +08:00
committed by GitHub
parent 0535d40642
commit 82476648c8

View File

@@ -41,6 +41,7 @@ export default defineAppConfig({
], ],
}, },
{ {
enable: false,
key: 2, key: 2,
name: '好友动态-广告卡片', name: '好友动态-广告卡片',
activityIds: [ activityIds: [
@@ -55,8 +56,9 @@ export default defineAppConfig({
}, },
{ {
preKeys: 0, preKeys: 0,
quickFind: true,
matches: matches:
'[clickable=true] > ImageView + TextView[text="关闭此条广告"]', '@[clickable=true] > ImageView + TextView[text="关闭此条广告"]',
snapshotUrls: 'https://i.gkd.li/import/12840889', snapshotUrls: 'https://i.gkd.li/import/12840889',
}, },
], ],