diff --git a/css/cursor.css b/css/cursor.css
index 6d94ec7..39a3ee7 100644
--- a/css/cursor.css
+++ b/css/cursor.css
@@ -17,7 +17,7 @@
#cursor.hover {
opacity: 0.1;
- transform: scale(2.5);
+ /* transform: scale(1.2); */
}
#cursor.active {
diff --git a/index.html b/index.html
index af21980..e0c84aa 100644
--- a/index.html
+++ b/index.html
@@ -186,9 +186,9 @@
天气
加载失败
°C~
- °C
-
+ °C
+
+
diff --git a/js/main.js b/js/main.js
index 457507b..9cb2826 100644
--- a/js/main.js
+++ b/js/main.js
@@ -130,8 +130,8 @@ fetch('https://www.yiketianqi.com/free/day?appid=43656176&appsecret=I42og6Lm&une
$('#city_text').html(data.city)
$('#tem_night').html(data.tem_night)
$('#tem_day').html(data.tem_day)
- // $('#win_text').html(data.win)
- // $('#win_speed').html(data.win_speed)
+ $('#win_text').html(data.win)
+ $('#win_speed').html(data.win_speed)
})
.catch(console.error)