From 7e12d2cc62abf9983fa4cd26af2f361db3e1b6ff Mon Sep 17 00:00:00 2001 From: wenyongda Date: Wed, 15 Apr 2026 14:17:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=92=8C=E5=88=86=E7=B1=BB=E7=9A=84=E7=B4=A2=E5=BC=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加标签和分类的索引页面,用于网站导航和内容组织 --- source/categories/index.md | 5 +++++ source/tags/index.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 source/categories/index.md create mode 100644 source/tags/index.md diff --git a/source/categories/index.md b/source/categories/index.md new file mode 100644 index 0000000..7181d75 --- /dev/null +++ b/source/categories/index.md @@ -0,0 +1,5 @@ +--- +title: 分类 +date: 2026-04-15 00:00:00 +type: 'categories' +--- \ No newline at end of file diff --git a/source/tags/index.md b/source/tags/index.md new file mode 100644 index 0000000..867cb7f --- /dev/null +++ b/source/tags/index.md @@ -0,0 +1,5 @@ +--- +title: 标签 +date: 2026-04-15 00:00:00 +type: 'tags' +--- \ No newline at end of file