Skip to content

Commit

Permalink
fix(boylove): <br /> in description (#716)
Browse files Browse the repository at this point in the history
* build: update dependencies

* refactor: move module `url` into `helper`

* refactor: rewrite `switch_chinese_char_set`

* refactor: remove feature check in

* refactor: rewrite `get_manga_list`

* feat: add manga listings

* refactor: rewrite `get_manga_details `

* refactor: rewrite `get_chapter_list `

* refactor: rewrite `get_page_list `

* refactor: rewrite `handle_url`

* refactor: move function `sign_in` into `setting`

* refactor: cleaner code

* refactor: rewrite `Url`

* chore: update source icon

* chore: update `urls`

* refactor: cleaner code

* refactor: remove feature sign in

* chore: bump version

* refactor: remove post method
  • Loading branch information
aphronyx authored Aug 7, 2024
1 parent 07a88fc commit 22aa570
Show file tree
Hide file tree
Showing 11 changed files with 992 additions and 828 deletions.
37 changes: 28 additions & 9 deletions src/rust/zh.boylove/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/rust/zh.boylove/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ lto = true

[dependencies]
aidoku = { git = "https://github.com/Aidoku/aidoku-rs", features = ["helpers"] }
base64 = { version = "0.21.2", default-features = false, features = ["alloc"] }
chinese-number = { version = "0.7.7", default-features = false, features = ["chinese-to-number"] }
regex = { version = "1.10.2", default-features = false, features = ["unicode"] }
strum_macros = "0.26.4"
Binary file modified src/rust/zh.boylove/res/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 22aa570

Please sign in to comment.