From 8a1737d21f487701cfb091b221f44589a6a2f609 Mon Sep 17 00:00:00 2001 From: yingxiaomo <83802876+yingxiaomo@users.noreply.github.com> Date: Sat, 4 Jul 2026 22:00:48 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BB=A3=E7=A0=81=E5=AE=A1=E8=AE=A1?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=AE=89=E5=85=A8=E5=8A=A0=E5=9B=BA?= =?UTF-8?q?=E3=80=81=E8=B6=85=E6=97=B6=E7=BB=9F=E4=B8=80=E3=80=81=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=8F=96=E6=B6=88=E4=BF=9D=E6=8A=A4=E3=80=81=E6=AD=8C?= =?UTF-8?q?=E8=AF=8D=E5=90=8C=E6=AD=A5=E7=AD=89=E5=A4=9A=E9=A1=B9=E4=BC=98?= =?UTF-8?q?=E5=8C=96"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 13 - .gitattributes | 1 - .node-version | 2 +- docker-compose.yml | 6 +- index.html | 7 +- nginx.conf | 7 +- package-lock.json | 1763 +++++++++++++++----------- package.json | 2 +- public/font/Pacifico-Regular-all.ttf | Bin 0 -> 315044 bytes public/icon/apple-touch-icon.png | Bin 149240 -> 0 bytes public/sitemap.xml | 4 +- src/App.vue | 21 +- src/api/music.js | 17 +- src/components/Background.vue | 28 +- src/components/Footer.vue | 18 +- src/components/Links.vue | 15 +- src/components/MusicPlayer.vue | 68 +- src/components/SocialLinks.vue | 5 +- src/components/WelcomeNotify.vue | 23 +- src/composables/useGreeting.js | 32 - src/composables/useHitokoto.js | 20 +- src/composables/useTime.js | 8 +- src/composables/useWeather.js | 22 +- src/config/index.js | 19 +- vite.config.js | 5 +- 25 files changed, 1162 insertions(+), 944 deletions(-) delete mode 100644 .env.example delete mode 100644 .gitattributes create mode 100644 public/font/Pacifico-Regular-all.ttf delete mode 100644 public/icon/apple-touch-icon.png delete mode 100644 src/composables/useGreeting.js diff --git a/.env.example b/.env.example deleted file mode 100644 index 45cd391..0000000 --- a/.env.example +++ /dev/null @@ -1,13 +0,0 @@ -# --- 地图与天气服务 (推荐配置,提高准确率) --- -# 高德 Web 服务 Key -# 获取地址: https://console.amap.com/dev/key/app -VITE_AMAP_KEY="你的高德Web服务Key" - -# 和风天气 Web 服务 Key -# 获取地址: https://id.qweather.com -VITE_QWEATHER_KEY="你的和风天气Key" -VITE_QWEATHER_HOST="https://api.qweather.com" - -# --- 音乐 API 地址 (可选) --- -# 默认使用公用 API,建议自行部署 NetEase-Cloud-Music-API -# VITE_MUSIC_API="http://your-music-api.com" \ No newline at end of file diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 464971c..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto eol=lf diff --git a/.node-version b/.node-version index c8ac5a4..209e3ef 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.19 \ No newline at end of file +20 diff --git a/docker-compose.yml b/docker-compose.yml index 082218c..a75a554 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -services: +services: home: image: yingxiaomo/home:latest container_name: clean-home @@ -30,9 +30,9 @@ environment: # 仅更新本项目相关的容器(通过容器名过滤,或者不填则更新全部) - WATCHTOWER_CLEANUP=true - - WATCHTOWER_POLL_INTERVAL=600 + - WATCHTOWER_POLL_INTERVAL=300 # 也可以指定只监控特定的容器 - command: --interval 600 clean-home + command: --interval 300 clean-home networks: home-network: diff --git a/index.html b/index.html index 73140c6..7c328ce 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -21,9 +21,10 @@ - + + \ No newline at end of file diff --git a/src/components/MusicPlayer.vue b/src/components/MusicPlayer.vue index e2b2d36..35c01fb 100644 --- a/src/components/MusicPlayer.vue +++ b/src/components/MusicPlayer.vue @@ -1,4 +1,4 @@ -