From 55cd0a2a09170c453ef145346fd93e13ce598c70 Mon Sep 17 00:00:00 2001 From: yxxyun Date: Mon, 14 Oct 2024 21:45:38 +0800 Subject: [PATCH 1/2] Update wogg.js --- javascript/anime/src/zh/wogg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/anime/src/zh/wogg.js b/javascript/anime/src/zh/wogg.js index d273f280..20112134 100644 --- a/javascript/anime/src/zh/wogg.js +++ b/javascript/anime/src/zh/wogg.js @@ -7,7 +7,7 @@ const mangayomiSources = [{ "typeSource": "single", "isManga": false, "isNsfw": false, - "version": "0.0.1", + "version": "0.0.2", "dateFormat": "", "dateFormatLocale": "", "pkgPath": "anime/src/zh/wogg.js" @@ -140,7 +140,7 @@ class DefaultExtension extends MProvider { } else if (type === 'uc') { let cookie = new SharedPreferences().get("ucCookie"); 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 { vids = await ucVideosExtractor(url, cookie); } From a7944cf53defa7fc8e0a76ec899abc9852a8c445 Mon Sep 17 00:00:00 2001 From: yxxyun Date: Mon, 14 Oct 2024 21:46:39 +0800 Subject: [PATCH 2/2] Update yydsys.js --- javascript/anime/src/zh/yydsys.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript/anime/src/zh/yydsys.js b/javascript/anime/src/zh/yydsys.js index 2fdea01a..bcfc74f7 100644 --- a/javascript/anime/src/zh/yydsys.js +++ b/javascript/anime/src/zh/yydsys.js @@ -7,7 +7,7 @@ const mangayomiSources = [{ "typeSource": "single", "isManga": false, "isNsfw": false, - "version": "0.0.1", + "version": "0.0.2", "dateFormat": "", "dateFormatLocale": "", "pkgPath": "anime/src/zh/yydsys.js" @@ -140,7 +140,7 @@ class DefaultExtension extends MProvider { } else if (type === 'uc') { let cookie = new SharedPreferences().get("ucCookie"); 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 { vids = await ucVideosExtractor(url, cookie); } @@ -208,4 +208,4 @@ class DefaultExtension extends MProvider { } ]; } -} \ No newline at end of file +}