From 1a05d704472d20c10440774446f72053d45cb96d Mon Sep 17 00:00:00 2001 From: LiuliFox <88608708+liulifox233@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:00:54 +0800 Subject: [PATCH] [copy_manga] Remove validator in copyVersion (#80) --- copy_manga.js | 3 +-- index.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/copy_manga.js b/copy_manga.js index a74c3ac..baa7be7 100644 --- a/copy_manga.js +++ b/copy_manga.js @@ -4,7 +4,7 @@ class CopyManga extends ComicSource { key = "copy_manga" - version = "1.3.1" + version = "1.3.2" minAppVersion = "1.2.1" @@ -853,7 +853,6 @@ class CopyManga extends ComicSource { version: { title: "拷贝版本(重启APP生效)", type: "input", - validator: '^\\d+(?:\\.\\d+)*$', default: CopyManga.defaultCopyVersion, }, platform: { diff --git a/index.json b/index.json index 68a1921..c6044b3 100644 --- a/index.json +++ b/index.json @@ -3,7 +3,7 @@ "name": "拷贝漫画", "fileName": "copy_manga.js", "key": "copy_manga", - "version": "1.3.1" + "version": "1.3.2" }, { "name": "Komiic",