mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(车来了): 卡片式广告(补充规则) (#2997)
* feat: 应用内广告卡片 * feat 开屏广告(优化规则) * feat 卡片式广告(补充规则)
This commit is contained in:
@@ -19,12 +19,15 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '应用内广告卡片',
|
name: '卡片式广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
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',
|
||||||
],
|
],
|
||||||
rules:
|
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"][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13062991',
|
'https://i.gkd.li/import/13062991',
|
||||||
@@ -32,5 +35,14 @@ export default defineAppConfig({
|
|||||||
'https://i.gkd.li/import/13464325',
|
'https://i.gkd.li/import/13464325',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'dev.xesam.chelaile.app.module.PanelHostActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.ygkj.chelaile.standard:id/cll_line_single_ad_close"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13625374',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user