feat(知乎): 全屏广告(补充规则)

This commit is contained in:
AIsouler
2024-04-12 19:44:00 +08:00
parent c7faafe163
commit fdb408eda0

View File

@@ -109,6 +109,14 @@ export default defineAppConfig({
matches: '[id="com.zhihu.android:id/floating_close_btn"]', matches: '[id="com.zhihu.android:id/floating_close_btn"]',
snapshotUrls: 'https://i.gkd.li/i/12647421', snapshotUrls: 'https://i.gkd.li/i/12647421',
}, },
{
key: 3,
action: 'clickCenter',
activityIds:
'com.zhihu.android.creatorcenter.CreatorCenterHostActivity',
matches: 'View[text="关闭"] > @[text="关闭"] <<n [vid="webview_bg"]',
snapshotUrls: 'https://i.gkd.li/i/14955183',
},
], ],
}, },
{ {