BlogArticles/test/rambling_test.md

20 lines
544 B
Markdown
Raw Normal View History

2025-08-25 01:07:22 +08:00
---
{
2025-08-26 01:34:11 +08:00
title: "絮语测试",
draft: true,
2025-08-25 01:07:22 +08:00
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);
```