We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当使用 njx-0.8.7 版本时,fancyIndexBeforeRender 与 fancyIndexAfterRender 只能读取任意一个,若同时读取会导致无法载入页面。
njx-0.8.7
fancyIndexBeforeRender
fancyIndexAfterRender
使用 njx-0.8.4 版本,则不存在上述问题。
njx-0.8.4
-- 解决方法: 由于 after.html 是静态内容,将 fancyindex_footer /fancy-index/after; 改成 fancyindex_footer /fancy-index/after.html; 可以暂时解决上述问题
after.html
fancyindex_footer /fancy-index/after;
fancyindex_footer /fancy-index/after.html;
The text was updated successfully, but these errors were encountered:
请提供具体的错误日志,以供调研。 njs 0.8.5 有已知问题(#452)已经解决
Sorry, something went wrong.
No branches or pull requests
当使用
njx-0.8.7
版本时,fancyIndexBeforeRender
与fancyIndexAfterRender
只能读取任意一个,若同时读取会导致无法载入页面。使用
njx-0.8.4
版本,则不存在上述问题。--
解决方法: 由于
after.html
是静态内容,将fancyindex_footer /fancy-index/after;
改成fancyindex_footer /fancy-index/after.html;
可以暂时解决上述问题The text was updated successfully, but these errors were encountered: