mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
|||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"isManga": false,
|
"isManga": false,
|
||||||
"isNsfw": false,
|
"isNsfw": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "anime/src/zh/wogg.js"
|
"pkgPath": "anime/src/zh/wogg.js"
|
||||||
@@ -140,7 +140,7 @@ class DefaultExtension extends MProvider {
|
|||||||
} else if (type === 'uc') {
|
} else if (type === 'uc') {
|
||||||
let cookie = new SharedPreferences().get("ucCookie");
|
let cookie = new SharedPreferences().get("ucCookie");
|
||||||
if (cookie == "") {
|
if (cookie == "") {
|
||||||
throw new Error("请先在本扩展设置中填写UC云盘Cookies, 需要UC云盘VIP账号 \n Please fill in the UC Cloud Cookies in this extension settings first, you need a UC Cloud VIP account");
|
throw new Error("请先在本扩展设置中填写UC云盘Cookies \n Please fill in the UC Cloud Cookies in this extension settings first");
|
||||||
} else {
|
} else {
|
||||||
vids = await ucVideosExtractor(url, cookie);
|
vids = await ucVideosExtractor(url, cookie);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
|||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"isManga": false,
|
"isManga": false,
|
||||||
"isNsfw": false,
|
"isNsfw": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "anime/src/zh/yydsys.js"
|
"pkgPath": "anime/src/zh/yydsys.js"
|
||||||
@@ -140,7 +140,7 @@ class DefaultExtension extends MProvider {
|
|||||||
} else if (type === 'uc') {
|
} else if (type === 'uc') {
|
||||||
let cookie = new SharedPreferences().get("ucCookie");
|
let cookie = new SharedPreferences().get("ucCookie");
|
||||||
if (cookie == "") {
|
if (cookie == "") {
|
||||||
throw new Error("请先在本扩展设置中填写UC云盘Cookies, 需要UC云盘VIP账号 \n Please fill in the UC Cloud Cookies in this extension settings first, you need a UC Cloud VIP account");
|
throw new Error("请先在本扩展设置中填写UC云盘Cookies \n Please fill in the UC Cloud Cookies in this extension settings first");
|
||||||
} else {
|
} else {
|
||||||
vids = await ucVideosExtractor(url, cookie);
|
vids = await ucVideosExtractor(url, cookie);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user