qwen_agent/skills/linggan/weather-china/language.json
朱潮 462ba14074 add language.json for developing and linggan skills
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-23 21:10:36 +08:00

15 lines
715 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}