This topic created in 2244 days ago, the information mentioned may be changed or developed.
- index.html 里的 title 标签可以设置,比如 note。
- 这时候如果设置 sidebar,当前停留文件为 abc,则网页标题会显示为 abc-note。
- 但是如果 loadSidebar:false,网页标题并不会显示 abc,而是显示为 note。
- 期望显示为 abc,自动适配多个页面。请问有碰到过这个问题的嘛?