From b6042eb7aba32a5b4b1068ca66b1d86ff5dc2e73 Mon Sep 17 00:00:00 2001 From: Shuery <2463253700@qq.com> Date: Sat, 9 Dec 2023 22:49:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=82=E9=A1=B9=EF=BC=88=E8=B6=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=89=EF=BC=9A=E5=9F=9F=E5=90=8D=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20`lssa.fun`=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/.vitepress/config.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b512808..92ab6185 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 利用 Github Actions 生成 Artifact 并传至 Github Pages 生成的文档网站。 -即刻[前往](https://pfc.letsshareall.com)。 +即刻[前往](https://pfc.lssa.fun)。 diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 3fb395a3..fe7958bf 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -8,7 +8,7 @@ export default { "link", { rel: "stylesheet", - href: "https://file.letsshareall.com/others/styles/genshin-font.css", + href: "https://file.lssa.fun/others/styles/genshin-font.css", type: "text/css", }, ], @@ -16,7 +16,7 @@ export default { "link", { rel: "icon", - href: "https://file.letsshareall.com/pictures/clash-light.png", + href: "https://file.lssa.fun/pictures/clash-light.png", }, ], ], @@ -127,11 +127,11 @@ export default { logo: { // Logo file to display in nav bar, right before the site title. light: { - src: "https://file.letsshareall.com/pictures/clash-light.png", + src: "https://file.lssa.fun/pictures/clash-light.png", alt: "Clash", }, dark: { - src: "https://file.letsshareall.com/pictures/clash-dark.png", + src: "https://file.lssa.fun/pictures/clash-dark.png", alt: "Clash", }, },