Skip to content

Commit

Permalink
fix(rime-snomiao): tools
Browse files Browse the repository at this point in the history
tools
  • Loading branch information
snomiao committed Oct 28, 2023
1 parent 4c5ec89 commit 044fdf7
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 11 deletions.
2 changes: 0 additions & 2 deletions japanese.dict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ import_tables:
- "japanese.mozc"
- "japanese.jmdict"
- "japanese.kana"

...
3 changes: 1 addition & 2 deletions japanese_chars.dict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
name: japanese_chars
version: "0.1"
sort: by_weight
...

---
・ den
、 den
× times
Expand Down
3 changes: 1 addition & 2 deletions japanese_pinyin_simp.dict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
name: japanese_pinyin_simp
version: "0.1"
sort: by_weight
...

---
鼥 ba 0
釛 ba 0
軷 ba 0
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
},
"files": [
"dist",
"./*.yaml",
"opencc"
"./*.yaml",
"opencc",
"tools"
],
"scripts": {
"build": "snobuild",
Expand All @@ -50,6 +51,8 @@
"devDependencies": {
"@types/node": "^18.11.18",
"aswitcher": "^1.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"pkg-dir": "^7.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.0",
Expand Down
Loading

0 comments on commit 044fdf7

Please sign in to comment.