uni-halo/config/ad.config.template.js
2022-12-06 15:08:29 +08:00

21 lines
518 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 广告配置
*/
export default {
adpid: '', // uni-AD App广告位id在uni-AD官网申请广告位
unitId: '', // 广告单元id可在小程序管理后台的流量主模块新建 (非个人资质,小程序后台广告主开通申请)
frequency: 8, // 列表中广告出现的频率8=每8条数据出现一次广告
// 首页广告
home: {
use: false,
},
// 文章列表广告
articles: {
use: false,
},
// 文章详情广告
articleDetail: {
use: false, // 是否启用
}
}