qwen_agent/skills/developing/static-hosting/language.json
2026-06-23 18:35:23 +08:00

15 lines
873 B
JSON

{
"ja": {
"description": "ビルトインの FastAPI 静的ファイルサーバー経由で、ロボットプロジェクトのディレクトリから静的 HTML/CSS/JS/画像を配信します。ボット向けに 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"
}
}