Skip to content

Commit

Permalink
fix: { 默认值 => 預設值 } , { 鼠标 => 滑鼠 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 22, 2022
1 parent 1159df2 commit 8fa54c4
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 54 deletions.
2 changes: 2 additions & 0 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
註解,注解
註釋,注释,注釋
源資料夾,源文件夹,源文件夾
滑鼠,鼠标
螢幕,屏幕,显示屏
視窗,窗口
視訊,视频
Expand All @@ -48,3 +49,4 @@
音訊,音频
頁籤,标签页,标簽页,标籤页,標签頁,標簽頁,標籤頁,选项卡,選項卡
預設,默認,默认
預設值,默认值
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"posttest": "yarn run build:sort",
"prebuild": "ts-node scripts/update-meta.ts",
"build": "ts-node scripts/puglin-build-install-file.ts",
"build:commit": "git commit -m \"build(release): update build\" ./original-plugin ./original-plugin-raw ./plugin-dev-out ./plugin-dev-raw ./lib/static & echo build:commit",
"build:commit": "git commit -m \"build(release): update build\" ./original-plugin ./original-plugin-raw ./plugin-dev-out ./plugin-dev-raw ./lib/static ./test/__snapshots__ & echo build:commit",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
"build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
"build:dts:tsc": "tsc --emitDeclarationOnly --declaration --noEmit false",
"build:microbundle": "ynpx microbundle --target node",
"build:sort": "ts-node scripts/sort-static-files.ts",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"postbuild": "yarn run build:sort",
"postbuild": "yarn run test",
"ci:test": "yarn run test",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:build": "yarn run plugin:build && yarn run build:commit",
Expand Down
Loading

0 comments on commit 8fa54c4

Please sign in to comment.