eext-jiepei-helper/extension.json

47 lines
985 B
JSON
Raw Normal View History

2025-06-04 22:43:00 +08:00
{
"name": "jiepei-helper",
"uuid": "817c3321fba54f70b0186500933ed47b",
"displayName": "捷配下单助手",
"description": "一键前往捷配下单 PCB支持保存下单偏好",
2025-09-27 18:27:53 +08:00
"version": "1.1.1",
2025-06-04 22:43:00 +08:00
"publisher": "Mr_Fang",
"engines": {
"eda": "^2.3.0"
},
"license": "Apache-2.0",
"repository": {
2025-06-12 23:15:39 +08:00
"type": "github",
2025-09-27 18:08:22 +08:00
"url": "https://github.com/klxf/eext-jiepei-helper"
2025-06-04 22:43:00 +08:00
},
"categories": "Other",
"keywords": ["Helper"],
"images": {
"logo": "./images/logo.png"
},
2025-09-27 18:08:22 +08:00
"homepage": "https://github.com/klxf/eext-jiepei-helper",
2025-07-29 14:55:47 +08:00
"bugs": "https://github.com/klxf/eext-jiepei-helper/issues",
2025-06-04 22:43:00 +08:00
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"pcb": [
{
"id": "jiepei-helper",
"title": "捷配",
"menuItems": [
{
"id": "order",
"title": "下单",
"registerFn": "order"
},
{
"id": "about",
"title": "关于",
"registerFn": "about"
}
]
}
]
}
}