天气组件
效果案例
样式
数据
点击查看数据结构
// 配合配置代码可自定义
[
{
"weather": "晴",
"temperature": {
"min": 17,
"max": 28
},
"wind": {
"direction": "东南风",
"level": "3"
}
}
]
// 配合配置代码可自定义
[
{
"weather": "晴",
"temperature": {
"min": 17,
"max": 28
},
"wind": {
"direction": "东南风",
"level": "3"
}
}
]