Yue-plus / hexo-theme-arknights

明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine&Gitalk&Waline评论系统、Mermaid图表
https://arknights.theme.hexo.yue.zone/
MIT License
658 stars 71 forks source link

文章打开就报错 #100

Closed Master-in closed 1 year ago

Master-in commented 1 year ago

Unhandled rejection TypeError: C:\Users\29621\Desktop\12\Hexo\themes\arknights\layout\post.pug:74 72| details#reward 73| summary #{__('post.reward')}

74| each imgSrc, pay in reward 75| div 76| span #{pay} 77| br

Cannot read properties of null (reading 'length') at eval (eval at wrap (C:\Users\29621\Desktop\12\Hexo\node_modules_pug-runtime@3.0.1@pug-runtime\wrap.js:6:10), :628:32) at eval (eval at wrap (C:\Users\29621\Desktop\12\Hexo\node_modules_pug-runtime@3.0.1@pug-runtime\wrap.js:6:10), :659:4) at template (eval at wrap (C:\Users\29621\Desktop\12\Hexo\node_modules_pug-runtime@3.0.1@pug-runtime\wrap.js:6:10), :1143:7) at _View._compiled (C:\Users\29621\Desktop\12\Hexo\node_modules\hexo\lib\theme\view.js:136:50) at _View.render (C:\Users\29621\Desktop\12\Hexo\node_modules\hexo\lib\theme\view.js:39:17) at C:\Users\29621\Desktop\12\Hexo\node_modules\hexo\lib\hexo\index.js:64:21 at tryCatcher (C:\Users\29621\Desktop\12\Hexo\node_modules\bluebird\js\release\util.js:16:23) at C:\Users\29621\Desktop\12\Hexo\node_modules\bluebird\js\release\method.js:15:34 at RouteStream._read (C:\Users\29621\Desktop\12\Hexo\nodemodules\hexo\lib\hexo\router.js:47:5) at RouteStream.Readable.read (node:internal/streams/readable:487:10) at resume (node:internal/streams/readable:988:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)

怎么处理啊?

feilongproject commented 1 year ago

检查_config.arknights.yml_config.yml文件中,post中是否配置了reward image

ToUNVRSe commented 1 year ago

_config.arknights.yml 中第 28 行设为 false

reward: false

>< 我的锅

Master-in commented 1 year ago

感谢

feilongproject commented 1 year ago

解决问题后请主动关闭这个issue