Skip to content

Commit

Permalink
fix: 修复获取漫画信息被重定向到jm468984的问题 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyeeee authored Nov 25, 2024
1 parent 0dc55b2 commit d4b3ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/jm_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const APP_TOKEN_SECRET_2: &str = "18comicAPPContent";
const APP_DATA_SECRET: &str = "185Hcomic3PAPP7R";
const APP_VERSION: &str = "1.7.5";

const API_DOMAIN: &str = "www.cdnblackmyth.vip";
const API_DOMAIN: &str = "www.jmapiproxyxxx.vip";

#[derive(Debug, Clone, PartialEq)]
enum ApiPath {
Expand Down

0 comments on commit d4b3ab7

Please sign in to comment.