mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +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"
|
key = "copy_manga"
|
||||||
|
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
|
|
||||||
minAppVersion = "1.2.1"
|
minAppVersion = "1.2.1"
|
||||||
|
|
||||||
@@ -853,7 +853,6 @@ class CopyManga extends ComicSource {
|
|||||||
version: {
|
version: {
|
||||||
title: "拷贝版本(重启APP生效)",
|
title: "拷贝版本(重启APP生效)",
|
||||||
type: "input",
|
type: "input",
|
||||||
validator: '^\\d+(?:\\.\\d+)*$',
|
|
||||||
default: CopyManga.defaultCopyVersion,
|
default: CopyManga.defaultCopyVersion,
|
||||||
},
|
},
|
||||||
platform: {
|
platform: {
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"name": "拷贝漫画",
|
"name": "拷贝漫画",
|
||||||
"fileName": "copy_manga.js",
|
"fileName": "copy_manga.js",
|
||||||
"key": "copy_manga",
|
"key": "copy_manga",
|
||||||
"version": "1.3.1"
|
"version": "1.3.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Komiic",
|
"name": "Komiic",
|
||||||
|
Reference in New Issue
Block a user