mirror of
https://github.com/klxf/eext-jiepei-helper.git
synced 2025-09-21 16:13:25 +08:00
47 lines
934 B
JSON
47 lines
934 B
JSON
{
|
||
"name": "jiepei-helper",
|
||
"uuid": "817c3321fba54f70b0186500933ed47b",
|
||
"displayName": "捷配下单助手",
|
||
"description": "一键前往捷配下单 PCB,支持保存下单偏好",
|
||
"version": "1.0.2",
|
||
"publisher": "Mr_Fang",
|
||
"engines": {
|
||
"eda": "^2.3.0"
|
||
},
|
||
"license": "Apache-2.0",
|
||
"repository": {
|
||
"type": "github",
|
||
"url": "https://github.com/klxf/"
|
||
},
|
||
"categories": "Other",
|
||
"keywords": ["Helper"],
|
||
"images": {
|
||
"logo": "./images/logo.png"
|
||
},
|
||
"homepage": "https://extensions.oshwhub.com/item/fangs233/jiepei-helper",
|
||
"bugs": "",
|
||
"activationEvents": {},
|
||
"entry": "./dist/index",
|
||
"dependentExtensions": {},
|
||
"headerMenus": {
|
||
"pcb": [
|
||
{
|
||
"id": "jiepei-helper",
|
||
"title": "捷配",
|
||
"menuItems": [
|
||
{
|
||
"id": "order",
|
||
"title": "下单",
|
||
"registerFn": "order"
|
||
},
|
||
{
|
||
"id": "about",
|
||
"title": "关于",
|
||
"registerFn": "about"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
}
|