File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ title: 插件安装
77:::: tabs
88@tab CLI
99
10- 1 . 通过在终端输入 ` fba add -h ` 获取相关信息
11- 2 . 通过 ` fba add ` 命令进行安装
12- 3 . 根据插件说明(README.md)进行相关配置
13- 4 . 重启服务
10+ 1 . 在 ` 根目录 ` 打开终端(确保已激活虚拟环境)
11+ 2 . 输入 ` fba add -h ` 获取相关信息
12+ 3 . 通过 ` fba add ` 命令进行安装
13+ 4 . 根据插件说明(README.md)进行相关配置
14+ 5 . 重启服务
1415
1516@tab ZIP
1617
17181 . 获取打包好的插件 zip 压缩包 <Badge type =" warning " text =" 二选一 " />
19+ - 下载插件仓库为 zip 压缩包
1820
19- - 下载插件仓库为 zip 压缩包
20-
21- ::: details GitHub 示例
22- ![ zip] ( /images/plugin_zip.png )
23- :::
21+ ::: details GitHub 示例
22+ ![ zip] ( /images/plugin_zip.png )
23+ :::
2424
25- - 通过 fba 插件下载接口下载的 zip 压缩包
25+ - 通过 fba 插件下载接口下载的 zip 压缩包
2626
27272 . 将 zip 压缩包通过 fba zip 插件安装接口进行安装
28283 . 根据插件说明(README.md)进行相关配置
@@ -43,24 +43,7 @@ title: 插件安装
4343
4444## 前端
4545
46- ::: tabs
47- @tab CLI
48-
49- 1 . 安装 fba-cli
50-
51- ``` bash
52- npm install -g @fba/cli
53- ```
54-
55- 2 . 通过在终端输入 ` fba-cli add -h ` 获取相关信息
56- 3 . 通过 ` fba-cli add ` 命令进行安装
57- 4 . 根据插件说明(README.md)进行相关配置
58- 5 . 重启服务
59-
60- @tab 手动
61-
62461 . 获取插件仓库源码并下载
63472 . 将下载的源码文件夹拷贝到 ` apps/web-antd/src/plugins ` 目录下(插件文件夹需要删除 ` _ui ` 后缀)
64- 3 . 重启服务
65-
66- :::
48+ 3 . 根据插件说明(README.md)进行相关配置
49+ 4 . 重启服务
You can’t perform that action at this time.
0 commit comments