From 49a74e56dc095e19cb9649a59612fe57e465c4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=92=E7=A0=82=E7=B3=96?= <90336521+lings03@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:12:28 +0800 Subject: [PATCH] [copy_manga] Fix registerWebsite (#50) --- copy_manga.js | 4 ++-- index.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copy_manga.js b/copy_manga.js index af282eb..bd3ff0a 100644 --- a/copy_manga.js +++ b/copy_manga.js @@ -4,7 +4,7 @@ class CopyManga extends ComicSource { key = "copy_manga" - version = "1.1.1" + version = "1.1.2" minAppVersion = "1.2.1" @@ -77,7 +77,7 @@ class CopyManga extends ComicSource { logout: () => { this.deleteData('token') }, - registerWebsite: "https://www.copymanga.site/web/login/loginByAccount" + registerWebsite: "https://www.mangacopy.com/web/login/loginByAccount" } /// explore pages diff --git a/index.json b/index.json index ff62a8b..9b9eec6 100644 --- a/index.json +++ b/index.json @@ -3,7 +3,7 @@ "name": "拷贝漫画", "fileName": "copy_manga.js", "key": "copy_manga", - "version": "1.1.1" + "version": "1.1.2" }, { "name": "Komiic",