diff --git a/package.json b/package.json index cb3c0dd..e425351 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "home", "author": "imsyy", - "github": "https://github.com/imsyy/home", - "home": "https://imsyy.top", + "github": "https://github.com/lonely-starry", + "home": "https://lonelyx.cn", "private": true, "version": "4.1.4", "type": "module", diff --git a/src/App.vue b/src/App.vue index 3c905b6..99ae3fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -81,7 +81,7 @@ onMounted(() => { // 屏蔽右键 document.oncontextmenu = () => { ElMessage({ - message: "为了浏览体验,本站禁用右键", + message: "本站禁用右键", grouping: true, duration: 2000, }); @@ -107,7 +107,7 @@ onMounted(() => { const styleTitle1 = "font-size: 20px;font-weight: 600;color: rgb(244,167,89);"; const styleTitle2 = "font-size:12px;color: rgb(244,167,89);"; const styleContent = "color: rgb(30,152,255);"; - const title1 = "無名の主页"; + const title1 = "彼岸の星空"; const title2 = ` _____ __ __ _______ ____ __ |_ _| \\/ |/ ____\\ \\ / /\\ \\ / / diff --git a/src/assets/socialLinks.json b/src/assets/socialLinks.json index 5fc45c4..62f77da 100644 --- a/src/assets/socialLinks.json +++ b/src/assets/socialLinks.json @@ -15,12 +15,12 @@ "name": "QQ", "icon": "/images/icon/qq.png", "tip": "有什么事吗", - "url": "https://res.abeim.cn/api/qq/?qq=2504485277" + "url": "https://res.abeim.cn/api/qq/?qq=1741713961" }, { "name": "Email", "icon": "/images/icon/email.png", "tip": "来封 Email ~", - "url": "mailto:lonely-x@outlook.com" + "url": "mailto:1741713961@qq.com" } ] diff --git a/src/style/style.scss b/src/style/style.scss index f6076d7..ee1208c 100644 --- a/src/style/style.scss +++ b/src/style/style.scss @@ -39,13 +39,13 @@ p { @font-face { font-family: "Pacifico-Regular"; font-display: swap; - src: url("/font/Pacifico-Regular.ttf") format("truetype"); + src: url("https://lonelyx.cn/font/Pacifico-Regular.ttf") format("truetype"); } @font-face { font-family: "UnidreamLED"; font-display: swap; - src: url("/font/UnidreamLED.ttf") format("truetype"); + src: url("https://lonelyx.cn/font/UnidreamLED.ttf") format("truetype"); } // 基础样式