Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
1.0.6 修复 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
testacount1 committed Jun 26, 2020
1 parent 91227e8 commit 6382053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@

## 版本说明

### 1.0.6

- 改进:[支持js模块中的中文属性](https://github.com/program-in-chinese/vscode_Chinese_Input_Assistant/issues/18)
- 重构:提取拼音数据到 npm 库

### 1.0.5

- 鸣谢: @YoungBoron 修正五笔错码,以及五笔输入法增加传统的四码上屏功能
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ChineseInputAssistant",
"displayName": "中文代码快速补全",
"description": "中文变量名方法名在拼音字母下提示并快速输入",
"version": "1.0.5",
"version": "1.0.6",
"publisher": "CodeInChinese",
"engines": {
"vscode": "^1.38.0"
Expand Down

0 comments on commit 6382053

Please sign in to comment.