Skip to content

Commit f297fcf

Browse files
committed
chore: update extension.json publisher, repository and links
1 parent 20ee1bf commit f297fcf

1 file changed

Lines changed: 78 additions & 78 deletions

File tree

extension.json

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"name": "batch-place-components",
3-
"uuid": "9d8cd2e6608a453eb2054f5466fbbbcb",
4-
"displayName": "批量放置元件",
5-
"description": "支持导入CSV文件进行批量放置元件在原理图或PCB的小工具",
6-
"version": "1.10.1",
7-
"publisher": "JLCEDA",
8-
"engines": {
9-
"eda": "^2.2.40"
10-
},
11-
"license": "Apache-2.0",
12-
"repository": {
13-
"type": "github",
14-
"url": "https://github.com/easyeda/eext-batch-place-components"
15-
},
16-
"categories": "PCB",
17-
"keywords": [
18-
"PCB",
19-
"原理图",
20-
"批量放置",
21-
"单位转换",
22-
"自动化"
23-
],
24-
"images": {
25-
"logo": "./images/logo.jpg"
26-
},
27-
"homepage": "https://github.com/easyeda/eext-batch-place-components",
28-
"bugs": "https://github.com/easyeda/eext-batch-place-components/issues",
29-
"activationEvents": {},
30-
"entry": "./dist/index",
31-
"dependentExtensions": {},
32-
"headerMenus": {
33-
"sch": [
34-
{
35-
"id": "BatchPlaceSymbol",
36-
"title": "放置元件",
37-
"menuItems": [
38-
{
39-
"id": "BatchPlaceSymbol",
40-
"title": "批量放置元件...",
41-
"registerFn": "batchPlaceSymbol"
42-
},
43-
{
44-
"id": "LibrarySelector",
45-
"title": "设置...",
46-
"registerFn": "openLibrarySelector"
47-
},
48-
{
49-
"id": "About",
50-
"title": "关于...",
51-
"registerFn": "about"
52-
}
53-
]
54-
}
55-
],
56-
"pcb": [
57-
{
58-
"id": "BatchPlaceFootprint",
59-
"title": "放置元件",
60-
"menuItems": [
61-
{
62-
"id": "BatchPlaceFootprint",
63-
"title": "批量放置元件...",
64-
"registerFn": "batchPlaceFootprint"
65-
},
66-
{
67-
"id": "LibrarySelector",
68-
"title": "设置...",
69-
"registerFn": "openLibrarySelector"
70-
},
71-
{
72-
"id": "About",
73-
"title": "关于...",
74-
"registerFn": "about"
75-
}
76-
]
77-
}
78-
]
79-
}
2+
"name": "batch-place-components",
3+
"uuid": "9d8cd2e6608a453eb2054f5466fbbbcb",
4+
"displayName": "批量放置元件",
5+
"description": "支持导入CSV文件进行批量放置元件在原理图或PCB的小工具",
6+
"version": "1.10.1",
7+
"publisher": "EasyEDA",
8+
"engines": {
9+
"eda": "^2.2.40"
10+
},
11+
"license": "Apache-2.0",
12+
"repository": {
13+
"type": "github",
14+
"url": "https://github.com/easyeda/eext-batch-place-components"
15+
},
16+
"categories": "PCB",
17+
"keywords": [
18+
"PCB",
19+
"原理图",
20+
"批量放置",
21+
"单位转换",
22+
"自动化"
23+
],
24+
"images": {
25+
"logo": "./images/logo.jpg"
26+
},
27+
"homepage": "https://github.com/easyeda",
28+
"bugs": "https://github.com/easyeda/eext-batch-place-components/issues",
29+
"activationEvents": {},
30+
"entry": "./dist/index",
31+
"dependentExtensions": {},
32+
"headerMenus": {
33+
"sch": [
34+
{
35+
"id": "BatchPlaceSymbol",
36+
"title": "放置元件",
37+
"menuItems": [
38+
{
39+
"id": "BatchPlaceSymbol",
40+
"title": "批量放置元件...",
41+
"registerFn": "batchPlaceSymbol"
42+
},
43+
{
44+
"id": "LibrarySelector",
45+
"title": "设置...",
46+
"registerFn": "openLibrarySelector"
47+
},
48+
{
49+
"id": "About",
50+
"title": "关于...",
51+
"registerFn": "about"
52+
}
53+
]
54+
}
55+
],
56+
"pcb": [
57+
{
58+
"id": "BatchPlaceFootprint",
59+
"title": "放置元件",
60+
"menuItems": [
61+
{
62+
"id": "BatchPlaceFootprint",
63+
"title": "批量放置元件...",
64+
"registerFn": "batchPlaceFootprint"
65+
},
66+
{
67+
"id": "LibrarySelector",
68+
"title": "设置...",
69+
"registerFn": "openLibrarySelector"
70+
},
71+
{
72+
"id": "About",
73+
"title": "关于...",
74+
"registerFn": "about"
75+
}
76+
]
77+
}
78+
]
79+
}
8080
}

0 commit comments

Comments
 (0)