Files
gcs-nf/Plugins/EVTOL/plugin.json
T

22 lines
516 B
JSON
Raw Normal View History

{
"$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"
}
]
}
}