mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(车来了): 局部广告-卡片广告(补充规则)
This commit is contained in:
@@ -10,12 +10,13 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
fastQuery: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'dev.xesam.chelaile.app.module.func.SplashActivity',
|
'dev.xesam.chelaile.app.module.func.SplashActivity',
|
||||||
'dev.xesam.chelaile.app.module.PanelHostActivity',
|
'dev.xesam.chelaile.app.module.PanelHostActivity',
|
||||||
],
|
],
|
||||||
matches:
|
matches:
|
||||||
'ImageView[id^="com.ygkj.chelaile.standard:id/cll_all_pic_close"][visibleToUser=true]',
|
'ImageView[id="com.ygkj.chelaile.standard:id/cll_all_pic_close_1"][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13062991',
|
'https://i.gkd.li/i/13062991',
|
||||||
'https://i.gkd.li/i/13062984',
|
'https://i.gkd.li/i/13062984',
|
||||||
@@ -24,10 +25,26 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
activityIds: 'dev.xesam.chelaile.app.module.PanelHostActivity',
|
fastQuery: true,
|
||||||
|
activityIds: [
|
||||||
|
'dev.xesam.chelaile.app.module.PanelHostActivity',
|
||||||
|
'dev.xesam.chelaile.app.module.line.TimeTableActivity',
|
||||||
|
],
|
||||||
|
matches: '[vid="cll_line_single_ad_close"][visibleToUser=true]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13625374',
|
||||||
|
'https://i.gkd.li/i/16956570',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity',
|
||||||
matches:
|
matches:
|
||||||
'[id="com.ygkj.chelaile.standard:id/cll_line_single_ad_close"][visibleToUser=true]',
|
'FrameLayout[childCount=2] > FrameLayout[childCount=2] > FrameLayout[childCount=3] > FrameLayout[childCount=1] > @ImageView[visibleToUser=true][childCount=0][text=null] <<n [vid="cll_line_detail_widgets_container"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13625374',
|
exampleUrls: 'https://e.gkd.li/5442e403-7934-4fbf-b837-71d4ed8581cb',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16956583',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user