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:
@@ -3,21 +3,8 @@ import { defineAppConfig } from '../types';
|
|||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
id: 'com.snda.wifilocating',
|
id: 'com.snda.wifilocating',
|
||||||
name: 'WiFi万能钥匙',
|
name: 'WiFi万能钥匙',
|
||||||
|
deprecatedKeys: [0],
|
||||||
groups: [
|
groups: [
|
||||||
{
|
|
||||||
key: 0,
|
|
||||||
name: '分段广告-内部广告',
|
|
||||||
activityIds: 'com.lantern.launcher.ui.MainActivityICS',
|
|
||||||
rules: [
|
|
||||||
{
|
|
||||||
matches: [
|
|
||||||
'[id=`com.snda.wifilocating:id/outer_ad_dislike_item_title`][text=`为什么看到此广告`]',
|
|
||||||
'@[id=`com.snda.wifilocating:id/outer_ad_dislike_item_one`] [id=`com.snda.wifilocating:id/outer_ad_dislike_item_title`][text=`不感兴趣`]',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
'ImageView[id=`com.snda.wifilocating:id/feed_item_sdk_logo`] < LinearLayout + [id=`com.snda.wifilocating:id/feed_item_dislike`]',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '全屏广告-"好看"页面广告弹窗',
|
name: '全屏广告-"好看"页面广告弹窗',
|
||||||
@@ -29,6 +16,14 @@ export default defineAppConfig({
|
|||||||
matches: '[vid="interstitial_close_iv"]',
|
matches: '[vid="interstitial_close_iv"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/14032794',
|
snapshotUrls: 'https://i.gkd.li/import/14032794',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches: '[text="反馈"] + View[visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/e6a94c34-6580-4bf5-8c44-16c9c9534be4',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14256643',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user