15 lines
715 B
JSON
15 lines
715 B
JSON
{
|
||
"ja": {
|
||
"description": "中国天气予報照会 - 中国天気網(weather.com.cn)に基づき 7 日間の天気予報と生活指数データを取得します。純 Python 実装、API Key は不要です。",
|
||
"category": "気象"
|
||
},
|
||
"zh": {
|
||
"description": "中国天气预报查询 - 基于中国天气网(weather.com.cn)获取7天天气预报和生活指数数据。纯 Python 实现,无需 API Key。",
|
||
"category": "天气"
|
||
},
|
||
"en": {
|
||
"description": "China weather forecast query - Retrieves 7-day weather forecasts and life index data based on the China Weather website (weather.com.cn). Pure Python implementation, no API key required.",
|
||
"category": "Weather"
|
||
}
|
||
}
|