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
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -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",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user