mirror of
https://github.com/klxf/eda-copilot.git
synced 2025-09-21 15:43:26 +08:00
47 lines
962 B
JSON
47 lines
962 B
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-home",
|
|
"title": "Copilot",
|
|
"menuItems": [
|
|
{
|
|
"id": "copilot-iframe",
|
|
"title": "打开聊天",
|
|
"registerFn": "openIframe"
|
|
},
|
|
{
|
|
"id": "copilot-about",
|
|
"title": "关于...",
|
|
"registerFn": "openAbout"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|