From 4af4822558497fba08b061df05d970d149321b5c Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 20 Jul 2025 16:32:41 +0800 Subject: [PATCH] Update URLs to point to the new repository location. --- baozi.js | 2 +- copy_manga.js | 2 +- ehentai.js | 2 +- hitomi.js | 2 +- ikmmh.js | 2 +- jm.js | 2 +- komiic.js | 2 +- manga_dex.js | 2 +- nhentai.js | 2 +- picacg.js | 2 +- shonenjumpplus.js | 2 +- wnacg.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/baozi.js b/baozi.js index 11ebace..403a9e1 100644 --- a/baozi.js +++ b/baozi.js @@ -10,7 +10,7 @@ class Baozi extends ComicSource { minAppVersion = "1.0.0" // 更新链接 - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/baozi.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/baozi.js" settings = { language: { diff --git a/copy_manga.js b/copy_manga.js index 25152bb..4982abf 100644 --- a/copy_manga.js +++ b/copy_manga.js @@ -8,7 +8,7 @@ class CopyManga extends ComicSource { minAppVersion = "1.2.1" - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/copy_manga.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/copy_manga.js" get headers() { let token = this.loadData("token"); diff --git a/ehentai.js b/ehentai.js index 61becb1..ee5f32d 100644 --- a/ehentai.js +++ b/ehentai.js @@ -12,7 +12,7 @@ class Ehentai extends ComicSource { minAppVersion = "1.0.0" // update url - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/ehentai.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/ehentai.js" /** * cached api key diff --git a/hitomi.js b/hitomi.js index 2b8d673..958330b 100644 --- a/hitomi.js +++ b/hitomi.js @@ -1000,7 +1000,7 @@ class Hitomi extends ComicSource { minAppVersion = "1.4.0"; // update url - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/hitomi.js"; + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/hitomi.js"; galleryCache = []; categoryResultCache = undefined; diff --git a/ikmmh.js b/ikmmh.js index 176bd69..979f151 100644 --- a/ikmmh.js +++ b/ikmmh.js @@ -4,7 +4,7 @@ class Ikm extends ComicSource { key = "ikmmh"; version = "1.0.2"; minAppVersion = "1.0.0"; - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/ikmmh.js"; + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/ikmmh.js"; // 常量定义 static baseUrl = "https://ymcdnyfqdapp.ikmmh.com"; static Mobile_UA = "Mozilla/5.0 (Linux; Android) Mobile"; diff --git a/jm.js b/jm.js index 2d35c92..74cd25a 100644 --- a/jm.js +++ b/jm.js @@ -12,7 +12,7 @@ class JM extends ComicSource { minAppVersion = "1.2.5" // update url - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/jm.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/jm.js" static apiDomains = [ "www.jmapiproxyxxx.vip", diff --git a/komiic.js b/komiic.js index 106c4fb..67cb1f4 100644 --- a/komiic.js +++ b/komiic.js @@ -11,7 +11,7 @@ class Komiic extends ComicSource { minAppVersion = "1.0.0" // 更新链接 - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/komiic.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/komiic.js" get headers() { let token = this.loadData('token') diff --git a/manga_dex.js b/manga_dex.js index be6ae1f..de74735 100644 --- a/manga_dex.js +++ b/manga_dex.js @@ -13,7 +13,7 @@ class MangaDex extends ComicSource { minAppVersion = "1.4.0" // update url - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/manga_dex.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/manga_dex.js" comicsPerPage = 20 diff --git a/nhentai.js b/nhentai.js index af5e8f6..b1c106c 100644 --- a/nhentai.js +++ b/nhentai.js @@ -12,7 +12,7 @@ class Nhentai extends ComicSource { minAppVersion = "1.0.0" // update url - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/nhentai.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/nhentai.js" baseUrl = "https://nhentai.net" diff --git a/picacg.js b/picacg.js index 5b09195..475c8bf 100644 --- a/picacg.js +++ b/picacg.js @@ -7,7 +7,7 @@ class Picacg extends ComicSource { minAppVersion = "1.0.0" - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/picacg.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/picacg.js" api = "https://picaapi.picacomic.com" diff --git a/shonenjumpplus.js b/shonenjumpplus.js index 91b7f48..9415845 100644 --- a/shonenjumpplus.js +++ b/shonenjumpplus.js @@ -4,7 +4,7 @@ class ShonenJumpPlus extends ComicSource { version = "1.0.1"; minAppVersion = "1.2.1"; url = - "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/shonen_jump_plus.js"; + "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/shonen_jump_plus.js"; deviceId = this.generateDeviceId(); bearerToken = null; diff --git a/wnacg.js b/wnacg.js index 46404ad..19f3d8f 100644 --- a/wnacg.js +++ b/wnacg.js @@ -12,7 +12,7 @@ class Wnacg extends ComicSource { minAppVersion = "1.0.0" // update url - url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/wnacg.js" + url = "https://git.nyne.dev/nyne/venera-configs/raw/branch/main/wnacg.js" get baseUrl() { return `https://${this.loadSetting('domain')}`