15 lines
856 B
JSON
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"
|
|
}
|
|
}
|