[shonen_jump_plus] Update User-Agent (#79)

Co-authored-by: nyne <67669799+wgh136@users.noreply.github.com>
This commit is contained in:
nyne
2025-06-06 21:37:41 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
"name": "少年ジャンプ+",
"fileName": "shonenjumpplus.js",
"key": "shonen_jump_plus",
"version": "1.0.0"
"version": "1.0.1"
},
{
"name": "hitomi.la",

View File

@@ -1,7 +1,7 @@
class ShonenJumpPlus extends ComicSource {
name = "少年ジャンプ+";
key = "shonen_jump_plus";
version = "1.0.0";
version = "1.0.1";
minAppVersion = "1.2.1";
url =
"https://cdn.jsdelivr.net/gh/venera-app/venera-configs@main/shonen_jump_plus.js";
@@ -16,7 +16,7 @@ class ShonenJumpPlus extends ComicSource {
"Origin": "https://shonenjumpplus.com",
"Referer": "https://shonenjumpplus.com/",
"X-Giga-Device-Id": this.deviceId,
"User-Agent": "ShonenJumpPlus-Android/4.0.18",
"User-Agent": "ShonenJumpPlus-Android/4.0.19",
};
}