From de20af37466f165f3235ba5cc6cc1516d880a5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=BA=91=E8=8B=8D=E7=8B=97?= Date: Fri, 15 Sep 2023 16:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 1 + docs/.vitepress/assets/log.json | 15 +++++++++++---- docs/guide/additional-package-support.md | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) 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