docs(changelog): 更新日志文件路径并添加相关图片

将 CHANGELOG.md 文件移动到 changelog 目录下,并更新配置文件中的链接路径。同时添加了四张相关图片以支持更新日志中的说明。
This commit is contained in:
feige996 2025-05-21 21:08:27 +08:00
parent b924e37d92
commit 85f1261306
6 changed files with 16 additions and 2 deletions

View File

@ -115,7 +115,7 @@ export default defineConfig({
}, },
{ {
text: '更新日志', text: '更新日志',
link: '/CHANGELOG', link: '/changelog/CHANGELOG',
}, },
{ {
text: '相关链接', text: '相关链接',
@ -156,7 +156,7 @@ export default defineConfig({
}, },
{ {
text: '更新日志', text: '更新日志',
link: '/CHANGELOG', link: '/changelog/CHANGELOG',
}, },
{ {
text: '社交', text: '社交',

View File

@ -5,6 +5,20 @@
### 架构优化 ### 架构优化
- 移除 `stylelint``eslint` 配置,统一采用 `oxlint` 进行代码检查,提升代码质量和一致性。 - 移除 `stylelint``eslint` 配置,统一采用 `oxlint` 进行代码检查,提升代码质量和一致性。
- 移除 `husky``commitlint` 配置
::: details 对于 `v2.8.0` 以下版本,需按以下步骤操作:
- 把 `husky, stylelint, eslint` 相关依赖包删除
- 安装 `oxlint`,设置 `lint-staged` 配置为 `oxlint`
- 删除 `husky, stylelint, eslint` 相关文件
![alt text](image.png)
![alt text](image-1.png)
![alt text](image-2.png)
![alt text](image-3.png)
:::
## v2.7.0(2025-05-19) ## v2.7.0(2025-05-19)

BIN
docs/changelog/image-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
docs/changelog/image-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

BIN
docs/changelog/image-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

BIN
docs/changelog/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB