From 8cb8aba71fe4c081590c0dd11eb9f98d0a53da3d Mon Sep 17 00:00:00 2001 From: imsyy Date: Mon, 18 Sep 2023 09:32:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=AB=99=E7=82=B9?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=97=AE=E9=A2=98=20#197?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Background.vue | 4 ++-- src/components/Footer.vue | 14 +++++++++++--- src/components/Message.vue | 11 ++++++++++- src/views/Main/Right.vue | 11 ++++++++++- src/views/MoreSet/index.vue | 11 ++++++++++- 5 files changed, 43 insertions(+), 8 deletions(-) diff --git a/src/components/Background.vue b/src/components/Background.vue index ec88f6d..178cfd5 100644 --- a/src/components/Background.vue +++ b/src/components/Background.vue @@ -43,9 +43,9 @@ const changeBg = (type) => { } else if (type == 1) { bgUrl.value = "https://api.dujin.org/bing/1920.php"; } else if (type == 2) { - bgUrl.value = "https://api.btstu.cn/sjbz/api.php?lx=fengjing&format=images"; + bgUrl.value = "https://api.aixiaowai.cn/gqapi/gqapi.php"; } else if (type == 3) { - bgUrl.value = "https://api.btstu.cn/sjbz/api.php?lx=dongman&format=images"; + bgUrl.value = "https://api.aixiaowai.cn/api/api.php"; } }; diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 02b8a74..f90a1bf 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -9,7 +9,7 @@ - {{ fullYear }} - {{ SiteAnthor }} + {{ siteAnthor }}