mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +00:00
[shonen_jump_plus] Update User-Agent (#79)
Co-authored-by: nyne <67669799+wgh136@users.noreply.github.com>
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"name": "少年ジャンプ+",
|
||||
"fileName": "shonenjumpplus.js",
|
||||
"key": "shonen_jump_plus",
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.1"
|
||||
},
|
||||
{
|
||||
"name": "hitomi.la",
|
||||
|
@@ -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",
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user