Skip to content

Commit

Permalink
fix(copymanga): source not working (#713)
Browse files Browse the repository at this point in the history
* build: update dependencies

* fix: remove invalid domains

* fix: update domain

* chore: bump version
  • Loading branch information
aphronyx authored Aug 7, 2024
1 parent 33d2573 commit 07a88fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/rust/zh.copymanga/Cargo.lock

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

5 changes: 1 addition & 4 deletions src/rust/zh.copymanga/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"id": "zh.copymanga",
"lang": "zh",
"name": "拷貝漫畫",
"version": 6,
"url": "https://copymanga.site",
"version": 7,
"urls": [
"https://copymanga.site",
"https://www.copymanga.site",
"https://copymanga.tv",
"https://www.copymanga.tv",
"https://mangacopy.com",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/zh.copymanga/src/url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use core::fmt::Display;
use strum_macros::Display;

#[derive(Display)]
#[strum(prefix = "https://copymanga.site")]
#[strum(prefix = "https://copymanga.tv")]
pub enum Url<'a> {
/// ## `theme`
///
Expand Down

0 comments on commit 07a88fc

Please sign in to comment.