Skip to content

Commit

Permalink
added extra, better to_delete, use better audios
Browse files Browse the repository at this point in the history
  • Loading branch information
MyK00L committed Jun 28, 2024
1 parent 4cc48ba commit 0f3fa88
Show file tree
Hide file tree
Showing 10 changed files with 623 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/out
*.apkg
/res/audio2

44 changes: 44 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ itertools = "0.13.0"
jieba-rs = "0.7.0"
lyon_path = "1"
ordered-float = {version = "4.2.0", features = ["serde"]}
percent-encoding = "2.3.1"
pinyin = "0.10.0"
pinyin-parser = "0.1.9"
prettify_pinyin = "2.0.0"
Expand All @@ -26,4 +27,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = {version = "1.0", features = ["preserve_order"]}
siphasher = "1.0.1"
unicode_names2 = "1.2.2"
url = "2.5.2"

Loading

0 comments on commit 0f3fa88

Please sign in to comment.