Update README.md

This commit is contained in:
Ryan Wang
2022-09-08 21:06:52 +08:00
committed by GitHub
parent e51643c65c
commit 1fd3743aed

View File

@@ -318,9 +318,8 @@ halo:
- "build/resources"
lib-directories:
- "libs"
plugins-root: /Users/ryanwang/Workspace/github/ruibaby/halo-dev/dev-plugins # 修改为上方存放插件源码的实际目录
initial-extension-locations: # 初始化资源加载配置,需要配置当前开发中插件的资源目录或者文件
- "/Users/ryanwang/Workspace/github/ruibaby/halo-dev/dev-plugins/plugin-template/src/main/resources/plugin.yaml"
fixedPluginPath:
- "/Users/ryanwang/Workspace/github/ruibaby/halo-dev/dev-plugins/plugin-template"
```
### 编译插件