Skip to content

Commit

Permalink
refactor(dict): { 微件 => 小工具 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 30, 2022
1 parent 4572447 commit f55a30e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,4 @@ IP 位址,IP 地址
首頁,主頁
駝峰式命名法,駝峰拼寫法,驼峰拼写法,駱駝拼寫法,骆驼拼写法
高階語言,高级语言
小工具,微件
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@
驼峰拼写法|0x100000|0
骆驼拼写法|0x100000|0
高级语言|0x100000|0
微件|0x100000|0
5 changes: 5 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ describe(`should include`, () => {
`checkbox.show.editor.preview.popup=悬停在滚动栏上时显示代码透镜`
],

[
`小工具`,
`此意图会用微件包围所选组合代码。`
],

]).sort((a, b) => {
return _comp(a[0], b[0])
}).forEach(text => {
Expand Down

0 comments on commit f55a30e

Please sign in to comment.