mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: 志愿汇-全屏广告 等2个更新 (#1281)
This commit is contained in:
@@ -27,6 +27,21 @@ export default defineGkdApp({
|
|||||||
exampleUrls: 'https://e.gkd.li/2033b8e2-8234-486d-ba8a-e7d140215d88',
|
exampleUrls: 'https://e.gkd.li/2033b8e2-8234-486d-ba8a-e7d140215d88',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/18235996',
|
snapshotUrls: 'https://i.gkd.li/i/18235996',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.beizi.ad.v2.activity.BeiZiNewInterstitialActivity',
|
||||||
|
matches: '[vid="beizi_interstitial_ad_close_iv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23003165',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 点击广告进入的详情页
|
||||||
|
key: 4,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.beizi.ad.AdActivity',
|
||||||
|
matches: '[vid="close_iv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23002976',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -68,5 +83,17 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '局部广告-浮标广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.zzw.october.MainActivity',
|
||||||
|
matches: '[vid="channel_banner_close_iv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23003170',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user