diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index ee5be77..4bbcf3c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -10,6 +10,10 @@ { "launchtype" : "local" }, + "h5" : + { + "launchtype" : "local" + }, "mp-weixin" : { "launchtype" : "local" diff --git a/config/halo.config.template.js b/config/halo.config.template.js index 4d6e800..5da4b91 100644 --- a/config/halo.config.template.js +++ b/config/halo.config.template.js @@ -18,9 +18,17 @@ export default { apiAuthorization: '', // Halo中-系统-博客设置-切换到高级选项-API设置-Access key title: '', // 博客标题 - indexImageUrl: '', // 开屏首页图片 miniCodeImageUrl: '', // 小程序码地址 + start: { // 首次启动页配置 + title: 'uni-halo', // 标题 + bg: '', // 留空则使用默认 开屏首页背景,可以是颜色值或者图片图片地址 + logo: 'https://b.925i.cn/uni_halo/uni_halo_logo.png', // logo + desc1: '全新UI,准备出发', // 描述信息1 + desc2: '新触动 新感受 新体验', // 描述信息2 + btnText: '全新触发' // 按钮文字 + }, + author: { name: '', // 昵称 avatar: '', // 头像地址 diff --git a/pagesA/start/start.vue b/pagesA/start/start.vue index 2767b69..3759f44 100644 --- a/pagesA/start/start.vue +++ b/pagesA/start/start.vue @@ -1,6 +1,5 @@