diff --git a/web/src/components/Advertisement.vue b/web/src/components/Advertisement.vue index 5b22a51..a729b7f 100644 --- a/web/src/components/Advertisement.vue +++ b/web/src/components/Advertisement.vue @@ -21,11 +21,11 @@ export default { return { height: 0, img_urls: [ - {s: "https://www.diving-fish.com/maimaidx/prober/mmfc.png", l: "https://www.maimaimfc.ink/"}, - {s: "https://www.diving-fish.com/maimaidx/prober/ad3.png"}, - {s: "https://www.diving-fish.com/maimaidx/prober/ad2.jpg"}, - {s: "https://www.diving-fish.com/maimaidx/prober/pic0.jpg", l: ""}, - {s: "https://www.diving-fish.com/maimaidx/prober/pic1.jpg", l: ""} + {s: "https://www.diving-fish.com/maimaidx/prober_static/mmfc.png", l: "https://www.maimaimfc.ink/"}, + {s: "https://www.diving-fish.com/maimaidx/prober_static/ad3.png"}, + {s: "https://www.diving-fish.com/maimaidx/prober_static/ad2.jpg"}, + {s: "https://www.diving-fish.com/maimaidx/prober_static/pic0.jpg", l: ""}, + {s: "https://www.diving-fish.com/maimaidx/prober_static/pic1.jpg", l: ""} ] } },