[Pull Request] 单进程检查, 配置文件热重载, 库中直接启动, 更易用的开发工具 #184
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this MR do?
[Pull Request] 增加启动时检查已有KitX进程 KitX-Dashboard#3 Merged.
启动时检查是否已有进程正在运行, 若有则自行退出
可以使用
--disable-single-process-check
禁用检查[Pull Request] 配置文件热重载功能 KitX-Dashboard#4 Merged.
监控到配置文件发生更改则立即重载配置文件
可以使用
--disable-config-hot-reload
禁用监控[Pull Request] 库中直接启动插件 KitX-Dashboard#6 Merged.
现在可以在库中使用启动按钮直接启动相应插件了
更新了 KitX.Struct.Producer 的相关代码
使得开发者可以直接生成模板文件, 更易于编辑
Related issues