File tree Expand file tree Collapse file tree 4 files changed +30
-5
lines changed Expand file tree Collapse file tree 4 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ export const myNavbar = defineNavbarConfig([
16
16
{
17
17
text : '贡献' ,
18
18
link : 'https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend#readme'
19
+ } ,
20
+ {
21
+ text : '更新记录' ,
22
+ link : ''
19
23
}
20
24
]
21
25
} ,
@@ -24,6 +28,11 @@ export const myNavbar = defineNavbarConfig([
24
28
icon : 'fluent-emoji-high-contrast:unicorn' ,
25
29
link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
26
30
} ,
31
+ {
32
+ text : '授权' ,
33
+ icon : 'ri:key-2-fill' ,
34
+ link : '/guide/summary/why.md#承诺'
35
+ } ,
27
36
{
28
37
text : '赞助' ,
29
38
icon : 'ci:coffee' ,
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ export const mySidebar: SidebarMulti = {
41
41
{ text : 'Docker' , link : 'Docker' } ,
42
42
{ text : '传统' , link : 'legacy' } ,
43
43
]
44
+ } ,
45
+ {
46
+ text : '其他' ,
47
+ collapsed : false ,
48
+ prefix : 'other/' ,
49
+ items : [
50
+ { text : '更新记录' , link : 'changelog' } ,
51
+ ]
44
52
}
45
53
] ,
46
54
}
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 更新日志
3
+ ---
4
+
5
+ <h5 >我们目前仍处于开发阶段,暂不提供此记录</h5 >
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ title: 为什么选择我们?
15
15
## 承诺
16
16
17
17
<div style =" text-align : center " >
18
- <h3 >「永久 MIT 协议」「永久免费」「永久免授权」</h3 >
19
- <p >无任何强制收费行为,我们唯一的收入来源仅为赞助,它们将全部用于基础设施建设(服务器,域名...)</p >
18
+ <h3 >「永久 MIT 协议」「永久免授权」</h3 >
19
+ <p >只需一个 GitHub star,无任何强制收费行为,我们唯一的收入来源仅为<a href =" https://wu-clan.github.io/sponsor/ " >赞助</a ></p >
20
+ <p style =" float : right " >--- <a href =" https://github.com/fastapi-practices " >fastapi-practices</a > 对此拥有所有解释权</p >
21
+ <br >
20
22
</div >
21
23
22
24
## 架构
@@ -25,11 +27,12 @@ title: 为什么选择我们?
25
27
26
28
## 框架历程
27
29
28
- TODO
30
+ 建设中...
29
31
30
32
## 质量与规范
31
33
32
- - 高可用代码注解
33
- - 严格遵守[ 自定义 ruff 规则] ( https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/backend/.ruff.toml )
34
+ - 真正有用的代码注解
34
35
- 全局使用 reStructuredText 文档风格
36
+ - 快速同步框架新特性
37
+ - 编码严格遵守[ 自定义 ruff 规则] ( https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/backend/.ruff.toml )
35
38
- GitHub CI 代码规范检测
You can’t perform that action at this time.
0 commit comments