22 lines
516 B
JSON
22 lines
516 B
JSON
|
|
{
|
||
|
|
"$schema": "../schemas/plugin.schema.json",
|
||
|
|
"name": "evtol",
|
||
|
|
"title": "垂起飞控",
|
||
|
|
"version": "2.0.0",
|
||
|
|
"author": "GCS Team",
|
||
|
|
"description": "eVTOL飞控参数",
|
||
|
|
"minEngineVersion": "2.0.0",
|
||
|
|
"entryPoint": "EvtolPlugin",
|
||
|
|
"activationEvents": [
|
||
|
|
"onToolOpen:evtol"
|
||
|
|
],
|
||
|
|
"contributes": {
|
||
|
|
"tools": [
|
||
|
|
{
|
||
|
|
"id": "evtol-panel",
|
||
|
|
"label": "垂起飞控",
|
||
|
|
"widgetType": "tool"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|