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

14 lines
859 B
JSON

{
"ja": {
"description": "組み込みの FastAPI 静的ファイルサーバー経由で、robot プロジェクトディレクトリから静的な HTML/CSS/JS/画像を配信します。Bot 用の Web ページ、レポート、インタラクティブコンテンツを生成する際に使用してください。",
"category": "Web サービス"
},
"zh": {
"description": "通过内置的 FastAPI 静态文件服务器,从 robot 项目目录提供静态 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"
}
}