20 lines
503 B
JSON
20 lines
503 B
JSON
{
|
|
"id": "ui-panel-pack",
|
|
"name": "运营工作台扩展面板",
|
|
"type": "ui",
|
|
"version": "1.0.0",
|
|
"description": "在固定 Dashboard 插槽中展示核心指标、内部快捷入口和状态提示",
|
|
"author": "aitoearn",
|
|
"repository": "https://git.frp.it1024.cc/aitoearn/ui-panel-pack",
|
|
"compatibility": {
|
|
"aitoearn": ">=2.5.0 <3.0.0"
|
|
},
|
|
"entry": {
|
|
"main": "plugin-entry.json"
|
|
},
|
|
"permissions": [
|
|
"ui.register"
|
|
],
|
|
"keywords": ["ui", "dashboard", "operations"]
|
|
}
|