eda-copilot/extension.json

65 lines
1.2 KiB
JSON

{
"name": "eda-copilot",
"uuid": "30c8ce0d81f546fea716ea111c508ab2",
"displayName": "EDA Copilot",
"description": "嘉立创 EDA 多模态大模型 AI 助手",
"version": "1.1.1",
"publisher": "Mr_Fang <klxf[#]vip.qq.com>",
"engines": {
"eda": "^2.2.37"
},
"license": "Apache-2.0",
"repository": {
"type": "extension-store",
"url": ""
},
"categories": "Other",
"keywords": [],
"images": {
"logo": "./images/logo.png"
},
"homepage": "https://github.com/klxf/eda-copilot",
"bugs": "https://github.com/klxf/eda-copilot/issues",
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"sch": [
{
"id": "copilot-sch",
"title": "Copilot",
"menuItems": [
{
"id": "copilot-iframe",
"title": "打开聊天",
"registerFn": "openIframe"
},
{
"id": "copilot-about",
"title": "关于...",
"registerFn": "openAbout"
}
]
}
],
"pcb": [
{
"id": "copilot-pcb",
"title": "Copilot",
"menuItems": [
{
"id": "copilot-iframe",
"title": "打开聊天",
"registerFn": "openIframe"
},
{
"id": "copilot-about",
"title": "关于...",
"registerFn": "openAbout"
}
]
}
]
}
}