File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ title: 插件开发
4141 - schema/ 数据传输
4242 - service/ 服务
4343 - utils/ 工具包,如果插件无需独立工具,则无需此目录
44- - \_\_ init__ .py 作为 python 包保留(必填项 )
44+ - \_\_ init__ .py 作为 python 包保留(必须项 )
4545 - conf.py 配置,如果插件不需要独立配置,则无需此文件
4646 - plugin.toml 插件配置(必填项)
47- - README.md 插件使用说明,如果插件可直接使用,则无需此文件
48- - requirements.txt 依赖包文件, 如果插件不需要安装额外依赖,则无需此文件
47+ - README.md 插件使用说明
48+ - requirements.txt 依赖包文件(非必须项) 如果插件不需要安装额外依赖,则无需此文件
4949
5050:::
5151
Original file line number Diff line number Diff line change @@ -47,3 +47,18 @@ title: 插件市场
4747 <Card title =" 空空如也 " >
4848 </Card >
4949</CardGrid >
50+
51+
52+ ## 安装
53+
54+ 插件安装方式大致可分为两种
55+
56+ ### 手动
57+
58+ 获取插件仓库源码并下载,将源码中的插件目录直接拷贝到项目对应的目录下,最后根据插件使用说明完成安装
59+
60+ ### 自动
61+
62+ (此功能开发中...)
63+
64+ 将打包好的插件 zip 压缩包通过插件安装接口进行安装,最后根据插件使用说明完成安装
You can’t perform that action at this time.
0 commit comments