✨ 更多的dev用md文件
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
{
|
||||
title: "Rambling",
|
||||
draft: false,
|
||||
type: "rambling",
|
||||
created_at: "2025-10-01T08:00:00+08:00",
|
||||
published_at: "2025-10-02T00:00:00+08:00",
|
||||
updated_at: [ "2025-10-03T08:00:00+08:00","2025-10-04T08:00:00+08:00" ],
|
||||
}
|
||||
---
|
||||
这是一个测试文档的内容。222
|
||||
这是一个测试文档的内容。222
|
||||
这是一个测试文档的内容。222
|
||||
这是一个测试文档的内容。222
|
||||
这是一个测试文档的内容。222
|
||||
## 不使用Map的原因是 Nuxt Content 对键的不正确转义
|
||||
```js
|
||||
const x = 'test';
|
||||
console.log(x);
|
||||
```
|
||||
+11
-6
@@ -1,13 +1,14 @@
|
||||
---
|
||||
{
|
||||
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,
|
||||
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" ],
|
||||
@@ -16,4 +17,8 @@
|
||||
---
|
||||
# 测试文档
|
||||
这是一个测试文档的内容。222
|
||||
## 不使用Map的原因是 Nuxt Content 对键的不正确转义
|
||||
## 不使用Map的原因是 Nuxt Content 对键的不正确转义
|
||||
```js
|
||||
const x = 'test';
|
||||
console.log(x);
|
||||
```
|
||||
Reference in New Issue
Block a user