File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 2
2
node_modules /
3
3
.temp /
4
4
.cache /
5
+ dist /
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: FastAPI Practices
4
4
description : FastAPI Practices 及其生态系统发展的背后是一个由开源社区人员组成的团队,我们对团队中的任何成员以及所有的关注者都致以崇高的敬意;
5
5
我们欢迎每一位开源伙伴的加入,请查看:关于 -> 申请加入
6
6
groups :
7
- - title : 核心团队成员
7
+ - title : 核心团队
8
8
desc : 核心团队成员是那些积极参与维护一个或多个核心项目的人,他们对项目做出了重大贡献
9
9
list :
10
10
- name : wu-clan
@@ -29,10 +29,19 @@ groups:
29
29
{ icon: 'github', link: 'https://github.com/downdawn' }
30
30
]
31
31
- title : 名誉核心团队
32
- desc : 我们在此致敬过去曾做出过突出贡献的不再活跃的团队成员
32
+ desc : 我们在此致敬过去曾做出过突出贡献但不再活跃的团队成员
33
33
list :
34
+ - name : Meepo
35
+ link : https://github.com/Meepoljdx
36
+ avatar : https://avatars.githubusercontent.com/u/63089130?v=4
37
+ desc : 大数据运维吗喽,主要做监控、告警、平台分析以及运维开发等工作,略懂一些 Go 和 Python
38
+ location : 成都,四川
39
+ organization : FastAPI Practices
40
+ socials : [
41
+ { icon: 'github', link: 'https://github.com/Meepoljdx' }
42
+ ]
34
43
- title : 社区伙伴
35
- desc : 一些 FastAPI Practices 的社区成员让这里变得更加丰富多彩 ,有必要在此特别提及。我们与这些主要合作伙伴建立了更加亲密的关系,经常与他们就即将到来的功能和新闻展开协作
44
+ desc : 社区成员让这里变得更加丰富多彩 ,有必要在此特别提及。我们与这些主要合作伙伴建立了更加亲密的关系,经常与他们就即将到来的功能和新闻展开协作
36
45
list :
37
46
- name : 向申
38
47
link : https://github.com/xiangshen123
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastapi_best_architecture_docs" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " fastapi_best_architecture 官方文档 \n\n " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"dev" : " vuepress dev docs" ,
8
8
"build" : " vuepress build docs"
9
9
},
10
- "keywords" : [],
11
- "author" : " " ,
12
- "license" : " ISC " ,
10
+ "keywords" : [" fastapi_best_architecture " ],
11
+ "author" : " wu-clan " ,
12
+ "license" : " MIT " ,
13
13
"devDependencies" : {
14
14
"@vuepress/bundler-vite" : " 2.0.0-rc.19" ,
15
15
"sass-embedded" : " ^1.83.0" ,
You can’t perform that action at this time.
0 commit comments