⚡ 初始提交 - FutureOSS v1.0 插件化运行时框架
一切皆为插件的开发者工具运行时框架
🧩 核心特性:
- 插件热插拔 (importlib 动态加载)
- 依赖自动解析 (拓扑排序 + 循环检测)
- 企业级稳定 (熔断/降级/重试/隔离)
- 事件驱动 (发布/订阅事件总线)
- 完整配置 (YAML 配置 + 热重载)
This commit is contained in:
17
store/@{Falck}/html-render/manifest.json
Normal file
17
store/@{Falck}/html-render/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "html-render",
|
||||
"version": "1.0.0",
|
||||
"author": "Falck",
|
||||
"description": "HTML 渲染服务 - 提供 8080 端口的 HTML 页面服务",
|
||||
"type": "utility"
|
||||
},
|
||||
"config": {
|
||||
"enabled": true,
|
||||
"args": {
|
||||
"html_dir": "./data/html-render"
|
||||
}
|
||||
},
|
||||
"dependencies": ["http-api", "plugin-storage"],
|
||||
"permissions": ["http-api", "plugin-storage"]
|
||||
}
|
||||
Reference in New Issue
Block a user