[shonen_jump_plus] Update User-Agent

This commit is contained in:
LiuliFox
2025-06-03 23:03:44 +08:00
parent 9de253f1c8
commit 83a6f3c73f
2 changed files with 3 additions and 3 deletions

View File

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

View File

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