Skip to content

Commit fac8ae0

Browse files
committed
fix: 变更扩展信息
1 parent a8ef719 commit fac8ae0

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
# 1.12.3
2+
3+
## 修改
4+
5+
1.变更扩展名称、扩展描述、扩展信息等内容
6+
17
# 1.12.2
28

39
## 新增
410

511
1. 新增支持保存代码为左侧快捷按钮
612

7-
# 修改
13+
## 修改
814

915
1. 修改了按钮布局
1016
2. 修复了indexDB冲突导致的一些BUG

extension.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "script-code-tool",
2+
"name": "eext-api-debug-tool",
33
"uuid": "7ca98ae04b7142599ab107e34acc8e5e",
44
"displayName": "嘉立创EDA代码编辑器",
5-
"description": "更符合中国宝宝体质的EDA脚本代码编辑器,支持代码高亮、自动补全、函数提示,AI注释,AI报错分析等功能。",
6-
"version": "1.12.2",
7-
"publisher": "anan",
5+
"description": "支持中文联想的EDA脚本代码编辑器,支持代码高亮、自动补全、函数提示,AI注释,AI报错分析等功能。",
6+
"version": "1.12.3",
7+
"publisher": "嘉立创EDA",
88
"engines": {
99
"eda": "^2.2.0"
1010
},
1111
"license": "Apache-2.0",
1212
"repository": {
13-
"type": "extension-store",
14-
"url": ""
13+
"type": "github",
14+
"url": "https://github.com/easyeda/eext-api-debug-tool"
1515
},
1616
"categories": "Other",
1717
"keywords": ["SDK"],
1818
"images": {
1919
"logo": "./images/logo.png"
2020
},
21-
"homepage": "https://pro.lceda.cn",
22-
"bugs": "https://lceda.cn/page/feedback?originPage=other",
21+
"homepage": "https://github.com/easyeda",
22+
"bugs": "https://github.com/easyeda/eext-api-debug-tool/issues",
2323
"activationEvents": {},
2424
"entry": "./dist/index",
2525
"dependentExtensions": {},
@@ -52,4 +52,4 @@
5252
}]
5353
}]
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)