diff --git a/Feature.md b/Feature.md new file mode 100644 index 0000000..b4c1faa --- /dev/null +++ b/Feature.md @@ -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 ... 支持 + - [ ] 友链管理 + - [ ] 个人页面管理 diff --git a/date/oldDate.md b/date/oldDate.md new file mode 100644 index 0000000..3d74e62 --- /dev/null +++ b/date/oldDate.md @@ -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" ], +} +--- \ No newline at end of file diff --git a/test.md b/test.md index 4092d8a..7932d26 100644 --- a/test.md +++ b/test.md @@ -1,6 +1,5 @@ --- { - id: 001, title: "标题001", description: "这是一个测试文档", created_at: "2023-10-01", diff --git a/test/rambling_test.md b/test/rambling_test.md new file mode 100644 index 0000000..837fb45 --- /dev/null +++ b/test/rambling_test.md @@ -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); +``` \ No newline at end of file diff --git a/test/test.md b/test/test.md index 6363de1..7a28a40 100644 --- a/test/test.md +++ b/test/test.md @@ -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 对键的不正确转义 \ No newline at end of file +## 不使用Map的原因是 Nuxt Content 对键的不正确转义 +```js +const x = 'test'; +console.log(x); +``` \ No newline at end of file