diff --git a/.editorconfig b/.editorconfig index c0ece7ad..84dcc377 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,5 +13,6 @@ tab_width = 2 quote_type = single [*.less] +[*.json] indent_style = space indent_size = 4 \ No newline at end of file diff --git a/docs/.vitepress/assets/log.json b/docs/.vitepress/assets/log.json index 91acce35..49552517 100644 --- a/docs/.vitepress/assets/log.json +++ b/docs/.vitepress/assets/log.json @@ -1,15 +1,22 @@ [ - { "large_version": "v2.1.x", - "children":[ + "children": [ { - "version": "2.1.0-beta", - "date": "2023-08-30", + "version": "2.1.0", + "date": "2023-09-15", "logs": [ { "type": "perf", "text": "移除 locomotive-scroll 插件, 采用浏览器默认滚动行为" + }, + { + "type": "perf", + "text": "文章目录显示位置调整" + }, + { + "type": "perf", + "text": "移动端样式优化" } ] } diff --git a/docs/guide/additional-package-support.md b/docs/guide/additional-package-support.md index 7c515664..526121bf 100644 --- a/docs/guide/additional-package-support.md +++ b/docs/guide/additional-package-support.md @@ -153,7 +153,7 @@ live2d: ## pjax -使用 [swup](https://swup.js.org/getting-started/) 实现,默认为开启的。 +使用 [swup](https://swup.js.org/getting-started/) 实现,默认为关闭的。 ``` yaml swup: true