Skip to content

Commit

Permalink
fix(dict): 修正 脚本控制台 判定為 脚本/控制/台 的問題
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 17, 2022
1 parent 9a11b96 commit 9962360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
按位掩码|0x100000|0
插件|0x100000|5000
換擋|0x1000|0
控制台|0x100000|1000
操作符|0x100000|0
操作系统|0x100000|0
放置到|0x1000|0
Expand Down
2 changes: 2 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ describe(`should include`, () => {
[`連線`, `string.buffer.to.string.in.concatenation.display.name=连接中的 'StringBuilder.toString()'`],
[`連線`, `status.connected=已连接到目标 VM, 地址: ''{0}''`],

[`主控台`, `action.IdeScriptingConsole.description=打开 IDE 脚本控制台`],

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

0 comments on commit 9962360

Please sign in to comment.