mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +00:00
Use main branch instead of latest
This commit is contained in:
2
baozi.js
2
baozi.js
@@ -10,7 +10,7 @@ class Baozi extends ComicSource {
|
|||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
// 更新链接
|
// 更新链接
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/baozi.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/baozi.js"
|
||||||
|
|
||||||
/// APP启动时或者添加/更新漫画源时执行此函数
|
/// APP启动时或者添加/更新漫画源时执行此函数
|
||||||
init() {}
|
init() {}
|
||||||
|
@@ -8,7 +8,7 @@ class CopyManga extends ComicSource {
|
|||||||
|
|
||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/copy_manga.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/copy_manga.js"
|
||||||
|
|
||||||
headers = {}
|
headers = {}
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ class Ehentai extends ComicSource {
|
|||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
// update url
|
// update url
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/ehentai.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/ehentai.js"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cached api key
|
* cached api key
|
||||||
|
2
ikmmh.js
2
ikmmh.js
@@ -11,7 +11,7 @@ class NewComicSource extends ComicSource { // 首行必须为class...
|
|||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
// 更新链接
|
// 更新链接
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/ikmmh.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/ikmmh.js"
|
||||||
|
|
||||||
/// APP启动时或者添加/更新漫画源时执行此函数
|
/// APP启动时或者添加/更新漫画源时执行此函数
|
||||||
init() {
|
init() {
|
||||||
|
2
jm.js
2
jm.js
@@ -12,7 +12,7 @@ class JM extends ComicSource {
|
|||||||
minAppVersion = "1.2.5"
|
minAppVersion = "1.2.5"
|
||||||
|
|
||||||
// update url
|
// update url
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/jm.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/jm.js"
|
||||||
|
|
||||||
static apiDomains = [
|
static apiDomains = [
|
||||||
"www.jmapiproxyxxx.vip",
|
"www.jmapiproxyxxx.vip",
|
||||||
|
@@ -11,7 +11,7 @@ class Komiic extends ComicSource {
|
|||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
// 更新链接
|
// 更新链接
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/komiic.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/komiic.js"
|
||||||
|
|
||||||
get headers() {
|
get headers() {
|
||||||
let token = this.loadData('token')
|
let token = this.loadData('token')
|
||||||
|
@@ -12,7 +12,7 @@ class Nhentai extends ComicSource {
|
|||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
// update url
|
// update url
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/nhentai.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/nhentai.js"
|
||||||
|
|
||||||
baseUrl = "https://nhentai.net"
|
baseUrl = "https://nhentai.net"
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ class Picacg extends ComicSource {
|
|||||||
|
|
||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/picacg.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/picacg.js"
|
||||||
|
|
||||||
api = "https://picaapi.picacomic.com"
|
api = "https://picaapi.picacomic.com"
|
||||||
|
|
||||||
|
2
wnacg.js
2
wnacg.js
@@ -12,7 +12,7 @@ class Wnacg extends ComicSource {
|
|||||||
minAppVersion = "1.0.0"
|
minAppVersion = "1.0.0"
|
||||||
|
|
||||||
// update url
|
// update url
|
||||||
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/wnacg.js"
|
url = "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/wnacg.js"
|
||||||
|
|
||||||
get baseUrl() {
|
get baseUrl() {
|
||||||
return `https://${this.loadSetting('domain')}`
|
return `https://${this.loadSetting('domain')}`
|
||||||
|
Reference in New Issue
Block a user