mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 00:27:23 +00:00
Update URLs to point to the new repository location.
This commit is contained in:
2
baozi.js
2
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: {
|
||||
|
@@ -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");
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
2
ikmmh.js
2
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";
|
||||
|
2
jm.js
2
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",
|
||||
|
@@ -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')
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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;
|
||||
|
2
wnacg.js
2
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')}`
|
||||
|
Reference in New Issue
Block a user