Files
NebulaShell/store/@{NebulaShell}/hot-reload/manifest.json
2026-05-02 08:30:31 +08:00

19 lines
387 B
JSON

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