removeif / hexo-theme-icarus-removeif

Blog:https://removeif.github.io source code, modify from hexo-theme-icarus, simple and practical. Archieved !
65 stars 37 forks source link

归档页文章贡献echart图问题 #2

Open gqfcode opened 4 years ago

gqfcode commented 4 years ago

您好,我借鉴你的模板建造我的归档页后,发现echarts图加载不出来,我完全复制了layout/archive.ejs,在source/js也添加了echarts.min.js,能帮我看看吗,本人qq:295312534

removeif commented 4 years ago

现在有点事,你把博客代码上传到github上,给我地址,一会儿我给你看看

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Crazy <notifications@github.com> 发送时间: 2019年10月24日 20:03 收件人: removeif/hexo-theme-icarus-removeif <hexo-theme-icarus-removeif@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: 回复:[removeif/hexo-theme-icarus-removeif] 归档页文章贡献echart图问题 (#2)

您好,我借鉴你的模板建造我的归档页后,发现echarts图加载不出来,我完全复制了layout/archive.ejs,在source/js也添加了echarts.min.js,能帮我看看吗,本人qq:295312534

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

removeif commented 4 years ago

您好,我借鉴你的模板建造我的归档页后,发现echarts图加载不出来,我完全复制了layout/archive.ejs,在source/js也添加了echarts.min.js,能帮我看看吗,本人qq:295312534 对了,我想起了,你看下是不是没有引入jquery,应该是需要引入jquery的

removeif commented 4 years ago

@QiaofengKuo

gqfcode commented 4 years ago

谢谢你的建议,但我还没解决到,已上传源码到github:https://github.com/QiaofengKuo/theme-icarus.git,帮我看看,那里添加少了

removeif commented 4 years ago

谢谢你的建议,但我还没解决到,已上传源码到github:https://github.com/QiaofengKuo/theme-icarus.git,帮我看看,那里添加少了 @QiaofengKuo themes/hexo-theme-icarus/source/css/style.styl文件中加上以下代码


#post-calendar {
display: flex;
justify-context: center;
align-items: center;
left: 0px;
top: 0px;
width: 100%;
height: 200px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.post-calendar-pre overflow-x: auto; justify-content: center; max-width: 100%;