Skip to content

Commit 4723e36

Browse files
committed
update docs
1 parent 06fe1cc commit 4723e36

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
61.1 KB
Loading
Loading

docs/plugin/market.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ title: 插件市场
1515
- <Badge type="tip" text="fba" /> - 仅后端代码插件
1616
- <Badge text="fba-arco" color="#4582ff"/> - 包含前端 [fastapi_best_architecture_ui](https://github.com/fastapi-practices/fastapi_best_architecture_ui) 代码插件
1717
- <Badge text="fba-vben" color="#c178ec"/> - 包含前端 [fba_ui](https://github.com/fastapi-practices/fba_ui) 代码插件
18-
- <Badge text="app" color="#D6DD59"/> - 应用级插件
19-
- <Badge text="app-extra" color="#59C7DD"/> - 扩展级插件
18+
- <Badge text="app" color="#ff9900"/> - 应用级插件
19+
- <Badge text="app-extra" color="#11aa00"/> - 扩展级插件
2020

2121
:::
2222

@@ -72,8 +72,15 @@ title: 插件市场
7272

7373
### 自动
7474

75-
(此功能开发中...)
76-
7775
1. 获取打包好的插件 zip 压缩包
76+
77+
- 插件 GitHub 仓库中的 Release zip 压缩包
78+
79+
::: details 示例
80+
![cg1](/images/plugin_zip.png)
81+
:::
82+
83+
- 通过 fba 插件打包接口创建的 zip 压缩包
84+
7885
2. 将压缩包通过插件安装接口进行安装
7986
3. 根据插件使用说明完成安装

0 commit comments

Comments
 (0)