[copy_manga] Remove validator in copyVersion (#80)

This commit is contained in:
LiuliFox
2025-06-04 10:00:54 +08:00
committed by GitHub
parent 6b1359db90
commit 1a05d70447
2 changed files with 2 additions and 3 deletions

View File

@@ -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: {