We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64796bf commit 6c43e1eCopy full SHA for 6c43e1e
1 file changed
p/index.js
@@ -281,9 +281,9 @@ function createImage (pid, n) {
281
img.title = img.id;
282
img.alt = img.id;
283
if (n > 1) {
284
- img.src = `https://pixiv.nl/${pid}-${n}.jpg`;
+ img.src = `https://pixiv.shojo.cn/${pid}-${n}`;
285
} else {
286
- img.src = `https://pixiv.nl/${pid}.jpg`;
+ img.src = `https://pixiv.shojo.cn/${pid}`;
287
}
288
if (n === 1 || auto.value !== '自动') {
289
img.style.height = "400px";
0 commit comments