diff --git a/demo/_config.async.yml b/demo/_config.async.yml
index 04818795..6c4e46ad 100644
--- a/demo/_config.async.yml
+++ b/demo/_config.async.yml
@@ -7,6 +7,11 @@ top_bars:
url: /
- title: menu.archives
url: /archives/
+ children:
+ - title: 标签
+ url: /tags/
+ - title: 分类
+ url: /categories/
- title: menu.links
url: /links/
- title: menu.about
diff --git a/demo/source/categories/index.md b/demo/source/categories/index.md
new file mode 100644
index 00000000..b8a9f953
--- /dev/null
+++ b/demo/source/categories/index.md
@@ -0,0 +1,5 @@
+---
+title: 分类
+date: 2019-11-16 10:46:27
+layout: category
+---
diff --git a/docs/.vitepress/assets/log.json b/docs/.vitepress/assets/log.json
index d2566afd..ab070528 100644
--- a/docs/.vitepress/assets/log.json
+++ b/docs/.vitepress/assets/log.json
@@ -1,4 +1,29 @@
[
+ {
+ "large_version": "v2.2.x",
+ "children": [
+ {
+ "version": "2.2.1",
+ "date": "2023-05-28",
+ "logs": [
+ {
+ "type": "style",
+ "text": "优化二级菜单居中 #d122"
+ }
+ ]
+ },
+ {
+ "version": "2.2.0",
+ "date": "2023-05-23",
+ "logs": [
+ {
+ "type": "style",
+ "text": "卡片样式风格调整"
+ }
+ ]
+ }
+ ]
+ },
{
"large_version": "v2.1.x",
"children": [
@@ -32,7 +57,7 @@
"logs": [
{
"type": "feat",
- "text": "404 添加配置 #117"
+ "text": "404 添加配置 #117"
}
]
},
@@ -269,7 +294,7 @@
"logs": [
{
"type": "fix",
- "text": "修复标题样式 (#68)"
+ "text": "修复标题样式 (#68)"
}
]
},
@@ -279,7 +304,7 @@
"logs": [
{
"type": "fix",
- "text": "修复 Google Analytics 地址(#64)"
+ "text": "修复 Google Analytics 地址(#64)"
}
]
},
@@ -665,7 +690,7 @@
},
{
"type": "fix",
- "text": "窗体大小变化时,滚动插件未刷新 (详情见:issues)"
+ "text": "窗体大小变化时,滚动插件未刷新 (详情见:#9)"
}
]
},
diff --git a/docs/.vitepress/components/ChangeLog.vue b/docs/.vitepress/components/ChangeLog.vue
index 136f41f5..3155bd26 100644
--- a/docs/.vitepress/components/ChangeLog.vue
+++ b/docs/.vitepress/components/ChangeLog.vue
@@ -1,4 +1,6 @@
{{ types[type] }}:
-
+