mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 16:37:23 +00:00
[copy_manga] Remove copyVersion and set defaultCopyVesion to 2.2.9-dev (#78)
* [copy_manga] Remove copyVersion and set defaultCopyVesion to 2.2.9-dev * [copy_manga] Bump to v1.3.1
This commit is contained in:
@@ -4,7 +4,7 @@ class CopyManga extends ComicSource {
|
|||||||
|
|
||||||
key = "copy_manga"
|
key = "copy_manga"
|
||||||
|
|
||||||
version = "1.3.0"
|
version = "1.3.1"
|
||||||
|
|
||||||
minAppVersion = "1.2.1"
|
minAppVersion = "1.2.1"
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ class CopyManga extends ComicSource {
|
|||||||
|
|
||||||
headers = {}
|
headers = {}
|
||||||
|
|
||||||
static defaultCopyVersion = "2.2.9"
|
static defaultCopyVersion = "2.2.9-dev"
|
||||||
|
|
||||||
static defaultCopyPlatform = "2"
|
static defaultCopyPlatform = "2"
|
||||||
|
|
||||||
@@ -51,7 +51,6 @@ class CopyManga extends ComicSource {
|
|||||||
"User-Agent": "COPY/" + this.copyVersion,
|
"User-Agent": "COPY/" + this.copyVersion,
|
||||||
"Accept": "*/*",
|
"Accept": "*/*",
|
||||||
"Accept-Encoding": "gzip",
|
"Accept-Encoding": "gzip",
|
||||||
"source": "copyApp",
|
|
||||||
"webp": "1",
|
"webp": "1",
|
||||||
"region": this.copyRegion,
|
"region": this.copyRegion,
|
||||||
"version": this.copyVersion,
|
"version": this.copyVersion,
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"name": "拷贝漫画",
|
"name": "拷贝漫画",
|
||||||
"fileName": "copy_manga.js",
|
"fileName": "copy_manga.js",
|
||||||
"key": "copy_manga",
|
"key": "copy_manga",
|
||||||
"version": "1.3.0"
|
"version": "1.3.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Komiic",
|
"name": "Komiic",
|
||||||
|
Reference in New Issue
Block a user