Skip to content

Commit 6c43e1e

Browse files
P地址调整。
1 parent 64796bf commit 6c43e1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

p/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ function createImage (pid, n) {
281281
img.title = img.id;
282282
img.alt = img.id;
283283
if (n > 1) {
284-
img.src = `https://pixiv.nl/${pid}-${n}.jpg`;
284+
img.src = `https://pixiv.shojo.cn/${pid}-${n}`;
285285
} else {
286-
img.src = `https://pixiv.nl/${pid}.jpg`;
286+
img.src = `https://pixiv.shojo.cn/${pid}`;
287287
}
288288
if (n === 1 || auto.value !== '自动') {
289289
img.style.height = "400px";

0 commit comments

Comments
 (0)