Skip to content

Commit 42b7e22

Browse files
committed
update tags
1 parent f36e097 commit 42b7e22

File tree

61 files changed

+320
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+320
-143
lines changed

content/posts/blaugust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-01T8:00:00+08:00'
33
draft = false
44
title = 'Blaugust'
5-
tags = ["essay"]
5+
tags = ["Essay"]
66
+++
77
🎈 Oh hello, August! It's time for Blaugust.
88
### Blaugust Begins: Writing as a Develpoer Habit

content/posts/blaugust.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-01T8:00:00+08:00'
33
draft = false
44
title = 'Blaugust'
5-
tags = ["essay"]
5+
tags = ["Essay"]
66
+++
77

88
🎈 八月你好! 是时候开启 Blaugust 了。

content/posts/fastapi-body-advanced-uses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-09T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Body Advanced Uses'
5-
tags = ["fastapi"]
5+
tags = ["FastAPI"]
66
+++
77
本篇文章介绍 FastAPI Request Body 的进阶用法
88

content/posts/fastapi-cookie-header-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-11T8:00:00+08:00'
33
draft = false
44
title = 'Fastapi Cookie and Header Parameters'
5-
tags = ["fastapi"]
5+
tags = ["FastAPI"]
66
+++
77
这篇文章介绍 Fastapi 的 Cookie 和 Header 参数
88

content/posts/fastapi-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-06T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Parameters'
5-
tags = ["fastapi"]
5+
tags = ["FastAPI"]
66
+++
77
FastAPI 是一个现代、快速(高性能)的 Python Web 框架, 它自动处理参数的解析、验证和文档生成
88

content/posts/fastapi-response-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-12T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Response Model'
5-
tags = ["fastapi"]
5+
tags = ["FastAPI"]
66
+++
77
本篇文章介绍 FastAPI 的返回类型 response model
88

content/posts/fastapi-validations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-07T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Parameters and Validations'
5-
tags = ["fastapi"]
5+
tags = ["FastAPI"]
66
+++
77

88
这篇文章介绍 FastAPI 中的参数验证功能

content/posts/gitignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-08T8:00:00+08:00'
33
draft = false
44
title = 'Git Whitelist'
5-
tags = ["git"]
5+
tags = ["Git"]
66
+++
77

88
有时你开启了一个新的项目, 运行了 `cargo init``uv init``go mod init`

content/posts/how-fastapi-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-03T8:30:00+08:00'
33
draft = false
44
title = 'How FastAPI Works'
5-
tags = ["fastapi"]
5+
tags = ["FastAPI"]
66
+++
77
FastAPI 的工作原理: 从 routing 到 lifecycle 以及在现实中的使用
88

content/posts/microservice-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date = '2025-08-15T8:00:00+08:00'
33
draft = false
44
title = 'Microservice with FastAPI'
5-
tags = ["microservice", "fastapi"]
5+
tags = ["Microservice", "FastAPI"]
66
+++
77

88
## What are microservices ?

0 commit comments

Comments
 (0)