Files
LCEDA-Agent/extension.json

56 lines
992 B
JSON

{
"name": "lceda-schematic-agent",
"uuid": "79acccaa0bfc4f1e89f03b4c507d5952",
"displayName": "AI原理图生成器",
"description": "通过自然语言描述自动生成电路原理图",
"version": "1.0.0",
"publisher": "LCEDA-Agent",
"engines": {
"eda": "^3.0.0"
},
"license": "MIT",
"repository": {
"type": "extension-store",
"url": ""
},
"categories": "Other",
"keywords": [
"AI",
"Schematic"
],
"images": {
"log": "./images/logo.png"
},
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"home": [
{
"id": "aiSchematic",
"title": "AI原理图",
"menuItems": [
{
"id": "openPanel",
"title": "打开AI助手",
"registerFn": "openAIPanel"
}
]
}
],
"sch": [
{
"id": "aiSchematic",
"title": "AI原理图",
"menuItems": [
{
"id": "openPanel",
"title": "打开AI助手",
"registerFn": "openAIPanel"
}
]
}
]
}
}