一些dev用文件

This commit is contained in:
li-chx 2025-08-17 17:16:49 +08:00
parent 35f28a614a
commit 58eedf0bd1
2 changed files with 33 additions and 0 deletions

14
test.md Normal file
View File

@ -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
}
---
# 测试文档
这是一个测试文档的内容。

19
test/test.md Normal file
View File

@ -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 对键的不正确转义