2025-03-26 13:40:54 +08:00
|
|
|
{
|
|
|
|
|
"name": "eda-copilot",
|
|
|
|
|
"uuid": "30c8ce0d81f546fea716ea111c508ab2",
|
|
|
|
|
"displayName": "EDA Copilot",
|
|
|
|
|
"description": "嘉立创 EDA 多模态大模型 AI 助手",
|
2025-05-19 19:14:24 +08:00
|
|
|
"version": "1.2.0",
|
|
|
|
|
"publisher": "Mr_Fang",
|
2025-03-26 13:40:54 +08:00
|
|
|
"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": [
|
|
|
|
|
{
|
2025-05-01 16:08:22 +08:00
|
|
|
"id": "copilot-sch",
|
|
|
|
|
"title": "Copilot",
|
|
|
|
|
"menuItems": [
|
|
|
|
|
{
|
|
|
|
|
"id": "copilot-iframe",
|
|
|
|
|
"title": "打开聊天",
|
|
|
|
|
"registerFn": "openIframe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "copilot-about",
|
|
|
|
|
"title": "关于...",
|
|
|
|
|
"registerFn": "openAbout"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-03-26 13:40:54 +08:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|