mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 00:27:23 +00:00
[copy_manga] Remove validator in copyVersion (#80)
This commit is contained in:
@@ -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: {
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"name": "拷贝漫画",
|
||||
"fileName": "copy_manga.js",
|
||||
"key": "copy_manga",
|
||||
"version": "1.3.1"
|
||||
"version": "1.3.2"
|
||||
},
|
||||
{
|
||||
"name": "Komiic",
|
||||
|
Reference in New Issue
Block a user