BlogArticles/test/article_test.md

24 lines
735 B
Markdown
Raw Normal View History

2025-08-17 17:16:49 +08:00
---
{
2025-08-26 01:34:11 +08:00
title: "文章测试",
2025-08-17 17:16:49 +08:00
description: "这是一个测试文档",
2025-08-26 01:34:11 +08:00
draft: true,
2025-08-25 01:07:22 +08:00
type: "article",
created_at: "2023-10-01T08:00:00+08:00",
published_at: "2023-10-02T00:00:00+08:00",
updated_at: [ "2023-10-03T08:00:00+08:00","2023-10-04T08:00:00+08:00" ],
category: '测试',
tags: [ "测试", "文档" ],
2025-08-17 17:16:49 +08:00
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
2025-08-25 01:07:22 +08:00
## 不使用Map的原因是 Nuxt Content 对键的不正确转义
```js
const x = 'test';
console.log(x);
```