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

22 lines
485 B
JSON
Raw Normal View History

{
"$schema": "../schemas/plugin.schema.json",
"name": "about",
"title": "关于",
"version": "2.0.0",
"author": "GCS Team",
"description": "关于对话框与版本信息",
"minEngineVersion": "2.0.0",
"entryPoint": "AboutPlugin",
"activationEvents": [
"onCommand:about"
],
"contributes": {
"commands": [
{
"id": "about.show",
"label": "关于 GCS"
}
]
}
}