Replies: 2 comments 1 reply
-
经过大量排查,最终发现是在 3.13.4 更新到 3.13.5 之后,同步块就无法生成目录了,3.13.4 及之前的版本是可以的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
同样是 Hexo 主题,指路: 修改后子页面+同步块都可以正常生成目录
试了一晚上没找到解决方法,于是舍弃加密文章(个人没这方面需求) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
描述bug
使用最新的版本进行部署,
1、当文章的原内容是在别的页面(网站模板数据库以外的页面),通过包裹在 synced block 中同步到网站模板时,最新版本无法在网页展示文章目录
2、当文章的原内容只在模板中被synced block包裹时,不会出现这种情况
复现步骤
按照最新的部署教程复制模板和代码进行部署,部署完成之后将一篇带目录的文章放进synced block中并同步到网站模板数据库中,即可复现 bug
期望的正常结果
希望从别的页面用synced block同步的内容也能正常展示目录(很多文章是整理在别的页面通过synced block来同步的),之前的版本貌似支持该功能(具体那个版本开始不支持就不清楚啦)
截图

环境
补充说明
【可选】与问题相关的其它说明
Beta Was this translation helpful? Give feedback.
All reactions