Hansen浩森
Hansen浩森
same here, plz fix
Same problem here * monterey 12.1 * scroll reverser 1.8.1
It could be network or proxy problem. I changed another proxy server and problem solved.
same here version 2.5.0, please fix it
I reproduced the problem. [screenshots](https://github.com/hansenz42/public/blob/main/%E5%BD%95%E5%B1%8F2024-02-16%2018.39.08%20(1).gif) MacOS Sonoma 14.2.1 Logseq 0.10.6
Same issue here
我的也设置好了没有发生变化
仔细看了一下其实有一点变化,代码块里的字体颜色变了,但是其他的样式都没有变。 可能是vue.css只覆盖了一部分样式。 macOS 10.15 印象笔记 9.2.0 App Store里下载的
实测可以用,你看下 generate 之后的 public 文件夹,如果用 Next 主题,生成的文件夹不是 posts ,要手动加文件夹: ```yaml watermark: enable: true textEnable: true directory: - 2023 - 2024 ```
After inspecting the source code, I discovered that removing the `encodeURI` function around `tag` in the `generateStaticParams` method of `app/tags/[tag]/page.tsx` will resolve the issue. ```tsx export const generateStaticParams = async...