File tree Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 3
3
"proseWrap" : "preserve" , // 超过宽度强制换行
4
4
"tabWidth" : 2 , // 缩进使用 2 个空格
5
5
"useTabs" : false , // 使用空格而不是制表符
6
- "printWidth" : 80 , // 设置行宽为 120
6
+ "printWidth" : 120 , // 设置行宽为 120
7
7
"singleQuote" : false , // 使用双引号
8
8
"trailingComma" : "none" , // 不添加尾随逗号
9
9
"overrides" : [
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const myNavbar = defineNavbarConfig([
111
111
{
112
112
text : '加入团队' ,
113
113
icon : 'mingcute:user-add-2-fill' ,
114
- link : 'https://discord.com/channels/1185035164577972344/1319245794271956993 '
114
+ link : '/join '
115
115
} ,
116
116
{
117
117
text : '知识星球' ,
Original file line number Diff line number Diff line change 23
23
" --reload"
24
24
],
25
25
"justMyCode" : true
26
- },
27
- {
28
- "name" : " Python 调试程序" ,
29
- "type" : " debugpy" ,
30
- "request" : " launch" ,
31
- "program" : " ${file}" ,
32
- "console" : " integratedTerminal" ,
33
- // 指定 python 解释器,请根据实际情况自行修改
34
- //"python": "${workspaceFolder }/.venv/bin/python", // MacOS or Linux
35
- //"python": "${workspaceFolder}/.venv/Scripts/python.exe", // Windows
36
- "env" : {
37
- "PYTHONPATH" : " ${workspaceFolder};${env:PYTHONPATH}"
38
- },
39
- "envFile" : " ${workspaceFolder}/backend/.env" ,
40
- "justMyCode" : true
41
26
}
42
27
]
43
28
}
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 加入团队
3
+ ---
4
+
5
+ [ FastAPI Practices] ( https://github.com/fastapi-practices ) 及其生态系统的成长离不开开源社区团队的支持。如果您喜欢我们的产品并愿意参与其中,我们将不胜荣幸。
6
+
7
+ 我们会根据您的 Pull Request (PR) 和参与度作为评估标准,诚邀您加入我们的 [ 团队] ( https://github.com/orgs/fastapi-practices/people ) ,
8
+ 或将您的信息添加到我们的 [ 官网] ( ./team.md ) 。请通过 Discord 与我们联系,并提供以下信息(可直接复制并填写)
9
+
10
+ ```
11
+ **昵称:** xxx
12
+ **个人描述:** xxx
13
+ **GitHub 链接:** xxx
14
+ **城市坐标:** 城市+省/直辖市
15
+ **个人主页:** xxx(默认为 GitHub 链接)
16
+ **PR 链接:** xxx(如果有)
17
+ ```
You can’t perform that action at this time.
0 commit comments