Update URLs to point to the new repository location.

This commit is contained in:
2025-07-20 16:32:41 +08:00
parent 7cd8117662
commit 4af4822558
12 changed files with 12 additions and 12 deletions

View File

@@ -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: {

View File

@@ -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");

View File

@@ -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

View File

@@ -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;

View File

@@ -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";

2
jm.js
View File

@@ -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",

View File

@@ -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')

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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;

View File

@@ -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')}`