Skip to content

Commit 28c9adb

Browse files
committed
feat: en support & item only mode
1 parent f6f7637 commit 28c9adb

22 files changed

+255
-92
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* text=auto eol=lf
22

3-
*.fflate -diff linguist-generated=true
3+
*.fflate binary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"engine": {
4444
"node": ">=22.0.0"
4545
},
46-
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
46+
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912",
4747
"pnpm": {
4848
"patchedDependencies": {
4949
"@unocss/vite": "patches/@unocss__vite.patch"

pnpm-lock.yaml

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/map_en_full.fflate

1.01 MB
Binary file not shown.

src/assets/map_en_itemonly.fflate

581 KB
Binary file not shown.

src/assets/map_jp_full.fflate

1.04 MB
Binary file not shown.

src/assets/map_jp_itemonly.fflate

615 KB
Binary file not shown.

src/assets/trie_en_full.fflate

874 KB
Binary file not shown.

src/assets/trie_en_itemonly.fflate

459 KB
Binary file not shown.

src/assets/trie_jp_full.fflate

643 KB
Binary file not shown.

0 commit comments

Comments
 (0)