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 @@ -