From 58eedf0bd1299ee92b64d0cc97f2f884a2b77ad2 Mon Sep 17 00:00:00 2001 From: li-chx Date: Sun, 17 Aug 2025 17:16:49 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=B8=80=E4=BA=9Bdev=E7=94=A8?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.md | 14 ++++++++++++++ test/test.md | 19 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 test.md create mode 100644 test/test.md diff --git a/test.md b/test.md new file mode 100644 index 0000000..4092d8a --- /dev/null +++ b/test.md @@ -0,0 +1,14 @@ +--- +{ + id: 001, + title: "标题001", + description: "这是一个测试文档", + created_at: "2023-10-01", + published_at: "2023-10-02", + updated_at: [ "2023-10-03","2023-10-04" ], + tags: [ "测试", "文档" ], + draft: false +} +--- +# 测试文档 +这是一个测试文档的内容。 \ No newline at end of file diff --git a/test/test.md b/test/test.md new file mode 100644 index 0000000..6363de1 --- /dev/null +++ b/test/test.md @@ -0,0 +1,19 @@ +--- +{ + id: 002, + title: "标题002", + description: "这是一个测试文档", + created_at: "2023-10-01", + published_at: "2023-10-02", + updated_at: [ "2023-10-03","2023-10-04" ], + tags: [ "测试", "文档" ], + draft: false, + tech_stack: [ "Vue.js","ASP.Net Core","SQL Like" ], + tech_stack_percent: [ 12,60,15 ], + tech_stack_icon_names: [ "mdi:vuejs","mdi:language-csharp", "tabler:brand-mysql" ], + tech_stack_theme_colors: [ "#41b883", "#a179dc", "#054e63" ], +} +--- +# 测试文档 +这是一个测试文档的内容。222 +## 不使用Map的原因是 Nuxt Content 对键的不正确转义 \ No newline at end of file