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 33 "proseWrap" : "preserve" , // 超过宽度强制换行
44 "tabWidth" : 2 , // 缩进使用 2 个空格
55 "useTabs" : false , // 使用空格而不是制表符
6- "printWidth" : 80 , // 设置行宽为 120
6+ "printWidth" : 120 , // 设置行宽为 120
77 "singleQuote" : false , // 使用双引号
88 "trailingComma" : "none" , // 不添加尾随逗号
99 "overrides" : [
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const myNavbar = defineNavbarConfig([
111111 {
112112 text : '加入团队' ,
113113 icon : 'mingcute:user-add-2-fill' ,
114- link : 'https://discord.com/channels/1185035164577972344/1319245794271956993 '
114+ link : '/join '
115115 } ,
116116 {
117117 text : '知识星球' ,
Original file line number Diff line number Diff line change 2323 " --reload"
2424 ],
2525 "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
4126 }
4227 ]
4328}
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