更改项目名为NebulaShell
This commit is contained in:
21
store/@{NebulaShell}/dashboard/manifest.json
Normal file
21
store/@{NebulaShell}/dashboard/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "dashboard",
|
||||
"version": "1.1.0",
|
||||
"author": "NebulaShell",
|
||||
"description": "WebUI 仪表盘 - 系统监控/插件管理/安全配置/多语言支持",
|
||||
"type": "webui-extension"
|
||||
},
|
||||
"config": {
|
||||
"enabled": true,
|
||||
"args": {
|
||||
"refresh_interval": 5,
|
||||
"show_system_metrics": true,
|
||||
"show_plugin_status": true,
|
||||
"show_security_alerts": true,
|
||||
"theme": "dark"
|
||||
}
|
||||
},
|
||||
"dependencies": ["http-api", "webui", "i18n"],
|
||||
"permissions": ["*"]
|
||||
}
|
||||
Reference in New Issue
Block a user