From 9e518f8822640455a0f2353e910bf6b9610397be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E7=A6=8F=E7=9D=BF?= <31196466+songfurui1997@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:21:07 +0800 Subject: [PATCH 1/4] Update socialLinks.json --- src/assets/socialLinks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/socialLinks.json b/src/assets/socialLinks.json index 7865332..2e1bf32 100644 --- a/src/assets/socialLinks.json +++ b/src/assets/socialLinks.json @@ -3,7 +3,7 @@ "name": "Github", "icon": "/images/icon/github.png", "tip": "去 Github 看看", - "url": "https://github.com/imsyy" + "url": "https://github.com/songfurui1997" }, { "name": "BiliBili", @@ -15,13 +15,13 @@ "name": "QQ", "icon": "/images/icon/qq.png", "tip": "有什么事吗", - "url": "https://res.abeim.cn/api/qq/?qq=1539250352" + "url": "http://wpa.qq.com/msgrd?v=3&uin=38927115&site=qq&menu=yes" }, { "name": "Email", "icon": "/images/icon/email.png", "tip": "来封 Email ~", - "url": "mailto:one@imsyy.top" + "url": "mailto:admin@furui97.xin" }, { "name": "Twitter", From 6cce8f1c04589255a2c5a978665d697d81c29838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E7=A6=8F=E7=9D=BF?= <31196466+songfurui1997@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:56:21 +0800 Subject: [PATCH 2/4] Update .env.example --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index 5645f5d..874068e 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ VITE_SITE_NAME = "無名の主页" # 名称 VITE_SITE_ANTHOR = "無名" # 作者 VITE_SITE_KEYWORDS = "無名,个人主页" # 关键词 VITE_SITE_DES = "一个默默无闻的主页" # 站点简介 -VITE_SITE_URL = "imsyy.top" # 站点地址 +VITE_SITE_URL = "www.fr97.cn" # 站点地址 VITE_SITE_LOGO = "/images/icon/favicon.ico" # 站点主图标 VITE_SITE_MAIN_LOGO = "/images/icon/logo.png" # 主页图标 VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # Apple 端图标 @@ -26,16 +26,16 @@ VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关 ## 请注意不是 Web端 (JS API),免费申请,每日上限 5000 次 ## 此处提供的服务可能会超量从而无法访问,请自行申请!请自行申请!请自行申请! ## 若此处设为空则调用 教书先生 API https://api.oioweb.cn/doc/weather/GetWeather -VITE_WEATHER_KEY = "" +VITE_WEATHER_KEY = "2f17533b9f5b2694d40b893a8bcb26e1" # 建站日期 ## 若不需要,请设为空即可 ## 请按照 YYYY-MM-DD 格式填写或者仅填写年份 YYYY -VITE_SITE_START = "2020-10-24" +VITE_SITE_START = "2024-01-01" # ICP 备案号 ## 若不需要,请设为空即可 -VITE_SITE_ICP = "豫ICP备2022018134号-1" +VITE_SITE_ICP = "粤ICP备20004062号-5" # 歌曲 API 地址 ## 请参照 https://github.com/xizeyoupan/Meting-API#deno-deploy 进行 API 服务部署 @@ -48,4 +48,4 @@ VITE_SONG_SERVER = "netease" # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) VITE_SONG_TYPE = "playlist" # 播放 ID ( 若无需播放器,请设为空即可 ) -VITE_SONG_ID = "9379831714" \ No newline at end of file +VITE_SONG_ID = "169245442" From 9ad4283f227837a14ffb7be2f32e472a2fe16d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E7=A6=8F=E7=9D=BF?= <31196466+songfurui1997@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:36:43 +0800 Subject: [PATCH 3/4] Update siteLinks.json --- src/assets/siteLinks.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json index e29ae50..a59ef2a 100644 --- a/src/assets/siteLinks.json +++ b/src/assets/siteLinks.json @@ -2,7 +2,7 @@ { "icon": "Blog", "name": "博客", - "link": "https://blog.imsyy.top/" + "link": "https://blog.fr97.cn/" }, { "icon": "Cloud", @@ -24,11 +24,6 @@ "name": "网址集", "link": "https://web.imsyy.top/" }, - { - "icon": "Fire", - "name": "今日热榜", - "link": "https://hot.imsyy.top/" - }, { "icon": "LaptopCode", "name": "站点监测", From c788d8d32df3de4c658190fda7424220d3b8914d Mon Sep 17 00:00:00 2001 From: sfr97 Date: Sat, 12 Apr 2025 13:23:20 +0800 Subject: [PATCH 4/4] Update Links.vue --- src/components/Links.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Links.vue b/src/components/Links.vue index f7b99c0..0b1d5e5 100644 --- a/src/components/Links.vue +++ b/src/components/Links.vue @@ -43,7 +43,7 @@