qwen_agent/skills/linggan/static-hosting/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
856 B
JSON

{
"ja": {
"description": "組み込みの FastAPI 静的ファイルサーバーを介して、ロボットプロジェクトディレクトリから静的な HTML/CSS/JS/画像を配信します。bot 向けの Web ページ、レポート、インタラクティブコンテンツを生成する際に使用します。",
"category": "Web サービス"
},
"zh": {
"description": "通过内置的 FastAPI 静态文件服务器,从机器人项目目录提供静态 HTML/CSS/JS/图片。当为 bot 生成网页、报告或交互式内容时使用。",
"category": "Web 服务"
},
"en": {
"description": "Serve static HTML/CSS/JS/images from robot project directories via the built-in FastAPI static file server. Use when generating web pages, reports, or interactive content for a bot.",
"category": "Web Services"
}
}