-
Notifications
You must be signed in to change notification settings - Fork 601
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
【反馈】:一系列问题 #923
Comments
由于当前没有进一步在本地部署验证,就在线的效果进行初步检测,以下是检测结果: 文章开启【阅读模式】退出后顶部导航栏丢失在这进一步详细复现步骤: 在文章页面,进入【阅读模式】后,随意在空白地方退出,顶部导航栏不显示。 BUG 出现的原因:进入【阅读模式】后,会在 退出【阅读模式】时,只进行了 BUG 解决方法:在退出【阅读模式】时,同时对 后续未能进行测试对 ”文章移动端【文章目录】功能无法使用“,我对多个使用本主题的博客进行查看,都没有发现他们有使用【文章目录】,线上只能参考 https://vayfou.cn/ ,结果如大家所见。 从这一个开始,由于我没去配置本地调试,未能进一步测试,因为我在全心投入 Astro,暂时不想配对 Hexo 相关,这一步暂时交给其他人测试。 |
抱歉,由于我的操作失误, |
顶部导航栏(navbar)在关闭任何效果后,依旧显示阴影(shadow)效果,如何解决呢? 复现地址:https://vayfou.cn 配置文件: custom_css:
font_smoothing: true
max_width: 1080px
scrollbar:
size: 4px
border: 2px
color: '#cccccc'
hover: '#808080'
navbar:
height: 64px
width: auto
effect: []
sidebar:
effect: []
body:
effect: [] |
经测试,对其添加任何效果(在
配置如下: custom_css:
font_smoothing: true
max_width: 1080px
scrollbar:
size: 4px
border: 2px
color: '#cccccc'
hover: '#808080'
navbar:
height: 64px
width: auto
effect: [floatable] |
非常感谢你的反馈,我们已经收到这些问题,并会在近期进行测试。非常感谢! |
检查清单
复现地址
https://vayfou.cn
复现步骤
阅读模式
后顶部导航栏丢失见下图:
见下图:
配置文件
站点配置文件
环境信息
Volantis
The text was updated successfully, but these errors were encountered: