Skip to content

Commit 4a7f08e

Browse files
committed
docs: 由AI自动化流程提交,格式化extension.json
1 parent 55b7133 commit 4a7f08e

1 file changed

Lines changed: 55 additions & 55 deletions

File tree

extension.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"name": "interactive-html-bom",
3-
"uuid": "94033c9338e84a498ef75cd91e7869eb",
4-
"displayName": "交互式BOM(移植版)",
5-
"description": "交互式 BOM 查看器,基于 InteractiveHtmlBom 项目移植而来",
6-
"version": "2.4.1",
7-
"publisher": "EasyEDA",
8-
"engines": {
9-
"eda": "^3.2.0"
10-
},
11-
"license": "MIT",
12-
"repository": {
13-
"type": "github",
14-
"url": "https://github.com/easyeda/eext-interactive-html-bom"
15-
},
16-
"categories": "PCB",
17-
"keywords": [
18-
"BOM",
19-
"iBOM",
20-
"PCB",
21-
"Interactive",
22-
"Assembly"
23-
],
24-
"images": {
25-
"logo": "./images/logo.png"
26-
},
27-
"homepage": "https://github.com/easyeda/eext-interactive-html-bom",
28-
"bugs": "https://github.com/easyeda/eext-interactive-html-bom/issues",
29-
"activationEvents": {},
30-
"entry": "./dist/index",
31-
"dependentExtensions": {},
32-
"headerMenus": {
33-
"pcb": [
34-
{
35-
"id": "iBOM",
36-
"title": "iBOM",
37-
"menuItems": [
38-
{
39-
"id": "showIBOM",
40-
"title": "打开交互式 BOM...",
41-
"registerFn": "showIBOM"
42-
},
43-
{
44-
"id": "exportHTML",
45-
"title": "导出 HTML 文件...",
46-
"registerFn": "exportHTML"
47-
},
48-
{
49-
"id": "aboutIBOM",
50-
"title": "关于...",
51-
"registerFn": "about"
52-
}
53-
]
54-
}
55-
]
56-
}
2+
"name": "interactive-html-bom",
3+
"uuid": "94033c9338e84a498ef75cd91e7869eb",
4+
"displayName": "交互式BOM(移植版)",
5+
"description": "交互式 BOM 查看器,基于 InteractiveHtmlBom 项目移植而来",
6+
"version": "2.4.1",
7+
"publisher": "EasyEDA",
8+
"engines": {
9+
"eda": "^3.2.0"
10+
},
11+
"license": "MIT",
12+
"repository": {
13+
"type": "github",
14+
"url": "https://github.com/easyeda/eext-interactive-html-bom"
15+
},
16+
"categories": "PCB",
17+
"keywords": [
18+
"BOM",
19+
"iBOM",
20+
"PCB",
21+
"Interactive",
22+
"Assembly"
23+
],
24+
"images": {
25+
"logo": "./images/logo.png"
26+
},
27+
"homepage": "https://github.com/easyeda",
28+
"bugs": "https://github.com/easyeda/eext-interactive-html-bom/issues",
29+
"activationEvents": {},
30+
"entry": "./dist/index",
31+
"dependentExtensions": {},
32+
"headerMenus": {
33+
"pcb": [
34+
{
35+
"id": "iBOM",
36+
"title": "iBOM",
37+
"menuItems": [
38+
{
39+
"id": "showIBOM",
40+
"title": "打开交互式 BOM...",
41+
"registerFn": "showIBOM"
42+
},
43+
{
44+
"id": "exportHTML",
45+
"title": "导出 HTML 文件...",
46+
"registerFn": "exportHTML"
47+
},
48+
{
49+
"id": "aboutIBOM",
50+
"title": "关于...",
51+
"registerFn": "about"
52+
}
53+
]
54+
}
55+
]
56+
}
5757
}

0 commit comments

Comments
 (0)