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: 插件开发
41
41
- schema/ 数据传输
42
42
- service/ 服务
43
43
- utils/ 工具包,如果插件无需独立工具,则无需此目录
44
- - \_\_ init__ .py 作为 python 包保留(必填项 )
44
+ - \_\_ init__ .py 作为 python 包保留(必须项 )
45
45
- conf.py 配置,如果插件不需要独立配置,则无需此文件
46
46
- plugin.toml 插件配置(必填项)
47
- - README.md 插件使用说明,如果插件可直接使用,则无需此文件
48
- - requirements.txt 依赖包文件, 如果插件不需要安装额外依赖,则无需此文件
47
+ - README.md 插件使用说明
48
+ - requirements.txt 依赖包文件(非必须项) 如果插件不需要安装额外依赖,则无需此文件
49
49
50
50
:::
51
51
Original file line number Diff line number Diff line change @@ -47,3 +47,18 @@ title: 插件市场
47
47
<Card title =" 空空如也 " >
48
48
</Card >
49
49
</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