Skip to content

Commit 8e8875f

Browse files
committed
添加了项目徽章,补全package中的依赖
1 parent 1bb4bfd commit 8e8875f

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ Finish 0.1.0 at 14th Feb, 2022 , gugugu some function, but it also can be workin
77
Finish 1.0.0 at 25th Feb , 2022 , Add CSV analysis , result view and some function , everything look be better.
88

99
## 1.0.1 - 28th Feb, 2022 Hansen
10-
Update Gif source.
10+
Update Gif source.
11+
12+
## 1.0.2 - 2nd Mar, 2022 Hansen
13+
fix install fail problem.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Fast Guide
22

33
## 1.Install 'OneForAll'
4+
[![OneForAll](https://badgen.net/badge/icon/OneForAll/blue?icon=github&label)](https://github.com/shmilylty/OneForAll)
5+
[![OneForAll](https://badgen.net/badge/icon/Goby2OneForAll/blue?icon=github&label)](https://github.com/old-hansen/Goby2OneForAll)
6+
47

58
`Base Environment : python3 , pip`
69

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"CN": "src/assets/translate/CN/translate.json"
3838
},
3939
"scripts": {},
40-
"devDependencies": {},
41-
"dependencies": {}
40+
"devDependencies": {
41+
"iconv-lite": "^0.6.3"
42+
}
4243
}

src/assets/translate/CN/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
完成1.0.0 版本于 25th Feb , 2022 , 实现了CSV读取和报告展示,插件看起来更好了。
88

99
## 1.0.1 - 28th Feb, 2022 Hansen
10-
更新了图片来源
10+
更新了图片来源
11+
12+
## 1.0.2 - 2nd Mar, 2022 Hansen
13+
修复安装失败的问题

src/assets/translate/CN/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 快速开始
22

33
## 1、OneForAll的安装
4+
[![OneForAll](https://badgen.net/badge/icon/OneForAll/blue?icon=github&label)](https://github.com/shmilylty/OneForAll)
5+
[![OneForAll](https://badgen.net/badge/icon/Goby2OneForAll/blue?icon=github&label)](https://github.com/old-hansen/Goby2OneForAll)
46

57
`基础环境 : python3 , pip`
68

0 commit comments

Comments
 (0)