From b028d8de30915bbddde13d946b9feb881da4f1b1 Mon Sep 17 00:00:00 2001 From: guop Date: Sat, 30 Oct 2021 18:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=9F=E6=88=90=E6=9D=A1?= =?UTF-8?q?=E5=BD=A2=E7=A0=81=E5=8A=9F=E8=83=BD=20#89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 更新readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a016ea..b38d223 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ npm run build -adapter=[chrome|edge|utools|firefox|web] |URL编码|`编码`,`解码`|√| |时间戳|双向转换|√| |二维码|`生成`,`解析`|√| +|条形码|`生成`|√| |汉字转拼音|`声调`,`首字母`,`分隔符`|√| |IP地址查询|`运营商`,`城市`|×| |代码格式化|`js`, `ts`, `html`, `css`, `less`, `scss`, `graphql`, `vue`, `angular`, `markdown`, `json5`, `xml`, `yaml`, `sql`, `压缩`|√| @@ -120,5 +121,7 @@ npm run build -adapter=[chrome|edge|utools|firefox|web] - [monaco-editor](https://www.npmjs.com/package/monaco-editor) - [js-htmlencode](https://www.npmjs.com/package/js-htmlencode) - [jsrsasign](https://www.npmjs.com/package/jsrsasign) +- [vue-color](https://github.com/xiaokaike/vue-color.git) +- [jsbarcode](https://github.com/lindell/JsBarcode.git) > 当然项目中还使用很多不知道姓名的大神的代码, 在这里就不一一感谢 -- GitLab