Files
NebulaShell/store/@{FutureOSS}/hot-reload.disabled/manifest.json
2026-04-18 00:27:33 +08:00

19 lines
385 B
JSON

{
"metadata": {
"name": "hot-reload",
"version": "1.0.0",
"author": "FutureOSS",
"description": "热插拔 - 运行时加载/卸载/更新插件",
"type": "utility"
},
"config": {
"enabled": true,
"args": {
"watch_dirs": ["store"],
"watch_extensions": [".py", ".json"]
}
},
"dependencies": [],
"permissions": ["plugin-loader"]
}