Feat(AI):天气展示数据调整

This commit is contained in:
lifizer
2025-05-22 11:06:45 +08:00
parent 982fe87cc1
commit f0a187f2b1
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@
</view>
</view>
<view class="content">今日风向{{ weatherData.win }}</view>
<view class="content">紫外线指数{{ weatherData.uvIndex }}&nbsp;&nbsp;{{ weatherData.uvDescription }}</view>
</view>
<view v-else class="no-weather">
<image
+4
View File
@@ -1096,10 +1096,14 @@ page {
padding: 0 0 0 24rpx;
}
}
.content + .content {
padding: 12rpx 0 0 0;
}
.content {
color: #3D4CF1;
font-size: 26rpx;
line-height: 36rpx;
font-weight: bold;
}
.txt-loading {
display: flex;