-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
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
较窄宽度下 菜单按钮的显示问题 #193
Comments
你应该是参考 #129 定制了评论直接加载吧,目前需要修改下代码: window.addEventListener("DOMContentLoaded", event => {
const commentsToggle = document.getElementById('load-comments');
if (commentsToggle !== null) {
loadComments();
commentsToggle.style = "display: none";
}
}, {once: true}); |
你好,是的。另外麻烦问下,这部分需要修改的代码应该在哪边修改?没有系统学习过编程相关的知识,所以有时候不一定能准确理解到。 另外,我在看 valine 评论模块有关的内容的时候,我看到 valine.html 里面 valine 的版本是写死的 1.3.10 版本,目前valine 已经更新到了 1.4.14 了,有个比较明显的改进是 深色模式 下提交评论的按钮也变成深色的了,这样在深色模式下 观感要好些。希望作者您有空的时候也可以考虑稍微更新下。 |
|
🤣 感谢,发现意外解决了评论加载的需求~ |
至于菜单栏的问题,你确定你使用的是最新版主题吗?为什么生成的 HTML 代码都不一样?而且 |
你好,我确认是的. 关于 assets/js/custom.js 这个 ,就是参考了您 上面评论里面说的【 参考 #129 定制了评论直接加载 】 有关内容,自定义了custom.js |
没事。已更新相关参数,更新主题及配置即可。 |
如图,我菜单栏项目有点多,算上深色模式开关,一共有7个按钮。于是我调节了下菜单栏展开高度有关设置。但是实际部署后,开关显示样式似乎有点问题,烦请查看下。
另外还遇到个小问题是,文章末分享链接部分, 通过二维码分享的功能,我没有改动过有关设置项,但是不知道为什么不能正常显示出二维码。我有查看过其他使用该主题的人的网站,但似乎都是正常的。😂
博客地址:https://gears233.github.io
Hugo版本:0.72 extended win-64
Meme主题版本为最新。
The text was updated successfully, but these errors were encountered: