JoeyBling / hexo-theme-yilia-plus

一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
https://zhousiwei.gitee.io/yilia-plus-demo/
MIT License
734 stars 172 forks source link

上一页和下一页的问题 #35

Closed puddinging closed 4 years ago

puddinging commented 4 years ago

❓问题

分页的按钮,总是渲染不出来大概是这样子 image

🤔结果 & 预期

Please describe what you expected to see.(请描述一下你希望看到什么)

🐥环境 & 设置

Node.js & npm version

npm -v 6.11.3
Node.js -v v12.12.0.

Your site _config.yml (Optional)

Your theme _config.yml (Optional)

Your browsers (Optional)

The browser you use

Your OSes (Optional)

what platforms (operating systems and devices) are affected?

🙋Others

JoeyBling commented 4 years ago

@wang-jie-feng 贴一下地址

puddinging commented 4 years ago

博客地址 www.wangjiefeng.cn

jiefengfire@163.com

发件人: 思伟 发送时间: 2019-11-25 15:10 收件人: JoeyBling/hexo-theme-yilia-plus 抄送: wang-jie-feng; Author 主题: Re: [JoeyBling/hexo-theme-yilia-plus] 上一页和下一页的问题 (#35) @wang-jie-feng 贴一下地址 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JoeyBling commented 4 years ago

有改过源码吗?

JoeyBling commented 4 years ago

根目录下package.json内容发一下

puddinging commented 4 years ago

好像改过一点,只是将github那个小图标去掉了,但是之前并没有问题,而且我看的控制台好像html代码是没有问题的,可是浏览器代码并没有渲染出来

jiefengfire@163.com

发件人: 思伟 发送时间: 2019-11-25 15:41 收件人: JoeyBling/hexo-theme-yilia-plus 抄送: wang-jie-feng; Mention 主题: Re: [JoeyBling/hexo-theme-yilia-plus] 上一页和下一页的问题 (#35) 根目录下package.json内容发一下 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

JoeyBling commented 4 years ago

根目录下package.json内容发一下,有可能是新版API改动了的原因

puddinging commented 4 years ago

{ "name": "hexo-site", "version": "0.0.0", "private": true, "scripts": { "build": "hexo generate", "clean": "hexo clean", "deploy": "hexo deploy", "server": "hexo server" }, "hexo": { "version": "4.0.0" }, "dependencies": { "hexo": "^4.0.0", "hexo-deployer-git": "^2.0.0", "hexo-generator-archive": "^1.0.0", "hexo-generator-category": "^1.0.0", "hexo-generator-feed": "^2.0.0", "hexo-generator-index": "^1.0.0", "hexo-generator-json-content": "^4.1.6", "hexo-generator-tag": "^1.0.0", "hexo-renderer-ejs": "^1.0.0", "hexo-renderer-jade": "^0.5.0", "hexo-renderer-marked": "^2.0.0", "hexo-renderer-stylus": "^1.1.0", "hexo-server": "^1.0.0" } }

刚才那个回复的邮件是有附件的 这是里边的内容

jiefengfire@163.com

发件人: 思伟 发送时间: 2019-11-25 15:48 收件人: JoeyBling/hexo-theme-yilia-plus 抄送: wang-jie-feng; Mention 主题: Re: [JoeyBling/hexo-theme-yilia-plus] 上一页和下一页的问题 (#35) 根目录下package.json内容发一下,有可能是新版API改动了的原因 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

JoeyBling commented 4 years ago

@wang-jie-feng 经测试,版本太高,建议使用3.9.0版本,请参考 #33

puddinging commented 4 years ago

已解决,万分感谢