[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:
LiuliFox
2025-06-03 23:27:55 +08:00
committed by GitHub
parent 9de253f1c8
commit 6b1359db90
2 changed files with 3 additions and 4 deletions

View File

@@ -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,

View File

@@ -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",