SanYeCao-blog/docs/ChangeLog.md
2026-04-04 21:24:55 +03:00

14 lines
No EOL
531 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## v1.1.0更新
添加完善的Locale支持支持 `zh-CN``en-US`,上传文章时建议同时上传两种语言的文章到 `src/blog/zh``src/blog/en` 中。
- 将原本的`src/blog/posts.md` 重构为`src/blog/zh/posts.md`和`src/blog/en/posts.md`
- 在用户点击切换中英文图标时,文章列表会自动切换
## v1.2.0 更新
将原本基于`GISCUS`的评论区更新为基于自托管`Remark42`
- 删去`GISCUS`相关组件
- 删去`.env`中github和giscus相关字段
- 新增`Remark42`相关组件