更多的dev用md文件

This commit is contained in:
li-chx 2025-08-25 01:07:22 +08:00
parent 58eedf0bd1
commit a7cd0a0360
5 changed files with 100 additions and 7 deletions

53
Feature.md Normal file
View File

@ -0,0 +1,53 @@
---
{
title: "Feature",
description: "服务器需要支持的Feature",
created_at: "2025-08-22T08:00:00+08:00",
published_at: "2024-08-22T00:00:00+08:00",
updated_at: [ "2024-08-22T08:00:00+08:00"],
category: '规划',
tags: [ "规划", "文档!" ],
draft: false,
tech_stack: [ "Vue.js","ASP.Net Core" ],
tech_stack_percent: [ 12,60,15 ],
tech_stack_icon_names: [ "mdi:vuejs","mdi:language-csharp"],
tech_stack_theme_colors: [ "#41b883", "#a179dc" ],
}
---
# 服务器需要支持的Feature
- [ ] 主页
- [ ] 网站标题
- [ ] 文章列表(时间排序)
- [x] 文章标题
- [x] 文章摘要
- [x] 文章标签
- [ ] 个人信息展示
- [ ] RSS 订阅
- [ ] 登录管理页面
- [ ] 文章详情页/article
- [x] 文章标题
- [x] 文章内容
- [x] 文章标签
- [ ] 评论区 ??
- [ ] 评论列表
- [ ] 评论表单
- [ ] 评论回复
- [ ] 评论点赞
- [ ] 评论删除
- [ ] 上一篇/下一篇文章链接
- [ ] 归档页/archive
- [ ] 按时间归档
- [ ] 按标签归档
- [ ] 搜索
- [ ] 友链/friend
- [ ] 关于
- [ ] 后台管理/admin security??
- [ ] 文章编辑
- [ ] 新建文章
- [ ] 编辑文章
- [ ] 删除文章
- [ ] 文章预览
- [ ] markdown mermaid ... 支持
- [ ] 友链管理
- [ ] 个人页面管理

16
date/oldDate.md Normal file
View File

@ -0,0 +1,16 @@
---
{
title: "标题003Date",
description: "这是一个日期测试文档",
created_at: "2024-10-01T08:00:00+08:00",
published_at: "2024-10-02T00:00:00+08:00",
updated_at: [ "2024-10-03T08:00:00+08:00","2023-10-04T08:00:00+08:00" ],
category: '测试',
tags: [ "测试", "文档!" ],
draft: false,
tech_stack: [ "Vue.js","ASP.Net Core" ],
tech_stack_percent: [ 12,60,15 ],
tech_stack_icon_names: [ "mdi:vuejs","mdi:language-csharp"],
tech_stack_theme_colors: [ "#41b883", "#a179dc" ],
}
---

View File

@ -1,6 +1,5 @@
--- ---
{ {
id: 001,
title: "标题001", title: "标题001",
description: "这是一个测试文档", description: "这是一个测试文档",
created_at: "2023-10-01", created_at: "2023-10-01",

20
test/rambling_test.md Normal file
View File

@ -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);
```

View File

@ -1,13 +1,14 @@
--- ---
{ {
id: 002,
title: "标题002", title: "标题002",
description: "这是一个测试文档", description: "这是一个测试文档",
created_at: "2023-10-01",
published_at: "2023-10-02",
updated_at: [ "2023-10-03","2023-10-04" ],
tags: [ "测试", "文档" ],
draft: false, 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: [ "Vue.js","ASP.Net Core","SQL Like" ],
tech_stack_percent: [ 12,60,15 ], tech_stack_percent: [ 12,60,15 ],
tech_stack_icon_names: [ "mdi:vuejs","mdi:language-csharp", "tabler:brand-mysql" ], tech_stack_icon_names: [ "mdi:vuejs","mdi:language-csharp", "tabler:brand-mysql" ],
@ -16,4 +17,8 @@
--- ---
# 测试文档 # 测试文档
这是一个测试文档的内容。222 这是一个测试文档的内容。222
## 不使用Map的原因是 Nuxt Content 对键的不正确转义 ## 不使用Map的原因是 Nuxt Content 对键的不正确转义
```js
const x = 'test';
console.log(x);
```