gethexon / hexon

Let's hexo online.
https://hexon-demo.yujianghao.cn/#/
GNU General Public License v3.0
106 stars 22 forks source link

当使用hexo-theme-aurora该主题时,不能查询列表,不能新增文章、页面、草稿,期待大大修复 #19

Closed 18-Xtreme closed 1 year ago

18-Xtreme commented 1 year ago

无法查询文章列表

Screenshot 2022-10-14 at 00-08-13 Hexon

无法创建文章

Screenshot 2022-10-14 at 00-08-52 Hexon

如果把主题换成简单类型的就没问题🤔 @YuJianghao

18-Xtreme commented 1 year ago

http请求日志看上去没啥问题 数量能统计

WeChat438c69d1ad4f26dc0e404f93fe5803d7

另外几个bug: 1.图片加载404 实际上图片在博客上能显示

WeChata0a8df54b7071d54c0157b09ec788747

2.修改文章的时间改成24小时制 有些时候会影响到文章排序

大概看了下应该是 dayjs这个库格式化的时候需要将:

const DEFAULT_DATE_FORMAT = "YYYY-MM-DD hh:mm:ss.SSS" 改成 const DEFAULT_DATE_FORMAT = "YYYY-MM-DD HH:mm:ss.SSS"

这个log的时间,另外文章的时间不太清楚在哪😂

1665719500196

YuJianghao commented 1 year ago

hexo-theme-aurora 主题的问题没能复现。我的 hexo 信息:

hexo-cli: 4.3.0
os: darwin 21.3.0 12.2

node: 16.15.0
v8: 9.4.146.24-node.20
uv: 1.43.0
zlib: 1.2.11
brotli: 1.0.9
ares: 1.18.1
modules: 93
nghttp2: 1.47.0
napi: 8
llhttp: 6.0.4
openssl: 1.1.1n+quic
cldr: 40.0
icu: 70.1
tz: 2021a3
unicode: 14.0
ngtcp2: 0.1.0-DEV
nghttp3: 0.1.0-DEV

hexon@0.12.5

hexo-theme-aurora@1.5.5

YuJianghao commented 1 year ago

其他的 bug 新开 issue 吧