mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(WiFi万能钥匙): 全屏广告(补充规则)
This commit is contained in:
@@ -7,23 +7,30 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '全屏广告-"好看"页面广告弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
desc: '点击X',
|
desc: '点击关闭',
|
||||||
quickFind: true,
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.lantern.start.main.activity.HomeMainActivity',
|
activityIds: 'com.lantern.start.main.activity.HomeMainActivity',
|
||||||
matches: '[vid="interstitial_close_iv"]',
|
matches: '[vid="interstitial_close_iv"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14032794',
|
snapshotUrls: 'https://i.gkd.li/i/14032794',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
key: 1,
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
matches: '[text="反馈"] + View[visibleToUser=true]',
|
matches: '[text="反馈"] + View[visibleToUser=true]',
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/e6a94c34-6580-4bf5-8c44-16c9c9534be4',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14256643',
|
snapshotUrls: 'https://i.gkd.li/i/14256643',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.zm.wfsdk.core.activity.WfInterstitialActivity',
|
||||||
|
matches: '[vid="wf_interstitial_close_iv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14927523',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user