24 lines
735 B
Markdown
24 lines
735 B
Markdown
---
|
|
{
|
|
title: "文章测试",
|
|
description: "这是一个测试文档",
|
|
draft: true,
|
|
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: [ "测试", "文档" ],
|
|
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 对键的不正确转义
|
|
```js
|
|
const x = 'test';
|
|
console.log(x);
|
|
``` |