SunMaple

Results 6 issues of SunMaple

## This theme requires a matching comment system. I have modified some files, and now comments can be added to each blog post. The effect is good, isn't it? (Please...

为了实现评论,我在文章中嵌入了[giscus](https://[giscus](https://giscus.app/zh-CN).app/zh-CN) 考虑将其写入配置项?(现在我只是临时修改了`src\pages\posts\[slug].astro`) ![](https://picdl.sunbangyan.cn/2023/11/05/7a96f6a24a1df80e2b80b767069f66ba.png)

在使用 `astro:transitions` 进行页面跳转时,鼠标指针会出现莫名的抽搐,具体详见:https://github.com/EveSunMaple/Frosti/issues/16 而且很明显的,在黑夜模式下刷新您的网站,会出现一瞬间白屏的闪烁。 建议: 1. 不使用 `astro:transitions` 而是使用 'Swup' ,这个方案同时也被 fuwari 所采用 2. 把设置主题的脚本设置为 inline ,避免闪烁 > 不仅我的主题遇到了此问题,使用 `astro:transitions` 的主题几乎(也许有些我没有看到)都存在鼠标指针抽搐的问题,这也许是一个比较好的解决方案,可以提供更好的路由切换效果 可能需要修改的文件: 1. [astro-gyoza](https://github.com/lxchapu/astro-gyoza/tree/main)/[src](https://github.com/lxchapu/astro-gyoza/tree/main/src)/[layouts](https://github.com/lxchapu/astro-gyoza/tree/main/src/layouts) /Layout.astro 2. [astro-gyoza](https://github.com/lxchapu/astro-gyoza/tree/main)/[src](https://github.com/lxchapu/astro-gyoza/tree/main/src)/[utils](https://github.com/lxchapu/astro-gyoza/tree/main/src/utils) /theme.ts --- 最后,作者的主题很好看,希望更好...

bug

试图接入 Notion 做说说 ![6b0f57c113f939fb714527404fd621ff](https://github.com/user-attachments/assets/ea57b738-3ca3-4a27-b5cd-1f0310a42115) ![53e0ace5628739f791d14df6c9acb972](https://github.com/user-attachments/assets/74e5e1c1-8684-424d-a944-cdd0a7331428) 预计后面还会加入单独的评论功能,现在正在写渲染 --- 写个功能预告督促我在国庆假期里面完成

enhancement

## Type of change - [ ] Bug fix (a non-breaking change that fixes an issue) - [x] New feature (a non-breaking change that adds functionality) - [ ] Breaking...

**Summary** While using **astro-i18next**, I encountered an issue that only occurs in environments running **Node.js v22.x.x**. This problem does not manifest in Node.js v18 or v20, suggesting it may be...