1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

新增:文章详情自定义广告

This commit is contained in:
小莫唐尼
2022-12-15 17:34:26 +08:00
parent 261617fc12
commit 6b1e0e5cc0
3 changed files with 150 additions and 2 deletions
+11 -1
View File
@@ -15,6 +15,16 @@ export default {
},
// 文章详情广告
articleDetail: {
use: false, // 是否启用
// 微信广告/dclound申请的广告
use: true,
// 自定义广告
custom: {
use: true,
cover: 'https://b.925i.cn/uni_halo/uni_halo_ad_cover.png',
title: 'uni-halo 正式开源啦,欢迎来使用和体验!',
content: '基于 uni-app + halo1.x API 实现一款现代化的开源博客 / CMS 系统API开发的多端应用。功能包括:前台博客系统 和 后台管理系统,同时满足浏览和管理两端合一的需求,真正实现一个应用实现博客浏览和后台管理。',
url: 'https://uni-halo.925i.cn'
}
}
}