File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -105,28 +105,24 @@ export const myNavbar = defineNavbarConfig([
105105 } ,
106106 {
107107 text : '插件系统' ,
108- icon : 'unjs:unplugin' ,
108+ badge : { text : 'NEW' } ,
109109 link : '/plugin/before'
110110 } ,
111111 {
112112 text : '购买特权' ,
113- icon : 'fluent:person-key-20-filled' ,
114113 link : '/pricing'
115114 } ,
116115 {
117116 text : '赞助' ,
118- icon : 'ph:coffee-fill' ,
119117 link : '/sponsors'
120118 } ,
121119 {
122120 text : '互动' ,
123- icon : 'game-icons:talk' ,
124121 badge : { text : 'HOT' , type : 'danger' } ,
125122 link : '/group'
126123 } ,
127124 {
128125 text : '关于' ,
129- icon : 'mingcute:more-4-fill' ,
130126 items : [
131127 {
132128 text : '谁在使用' ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export const mySidebar: ThemeSidebarMulti = {
2828 collapsed : false ,
2929 prefix : 'reference/' ,
3030 items : [
31+ { text : 'CLI' , link : 'cli' } ,
3132 { text : '模型' , link : 'model' } ,
3233 { text : 'Schema' , link : 'schema' } ,
3334 { text : '路由' , link : 'router' } ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : CLI
3+ ---
4+
5+ fba 提供了便利的 CLI 支持,安装插件依赖后,尝试在终端输入 ` fba -h ` 查看更多信息
6+
7+ ::: demo-wrapper img
8+ ![ cli] ( /images/cli.png )
9+ :::
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ fba 仅适用于资深 Python 后端开发人员,如果您是非资深用户
140140 需要注意的是,为了实现插件 0 耦合,插件依赖未使用 uv 进行管理。Debug 前请务必使用 `fba run` 命令启动一次服务,
141141 以便自动安装插件依赖
142142
143- 您也可以执行 `backend/scripts/init_plugin.py` 文件手动安装插件依赖
143+ 你也可以选择执行 `backend/scripts/init_plugin.py` 文件手动安装插件依赖
144144
145145 ::: warning ModuleNotFoundError: No module named 'backend'
146146
You can’t perform that action at this time.
0 commit comments