docs: clarify media_url is auto-generated and may not be accessible

This commit is contained in:
Warren
2026-03-25 16:33:10 +08:00
parent fb60858cec
commit dacfb7e083
2 changed files with 4 additions and 2 deletions

View File

@@ -344,12 +344,14 @@ Story Chunk 可包含多個子 Chunk
"title": "Chunk sentence_1471",
"text": "influenced by a vital way,",
"score": 0.68,
"media_url": "https://wp.momentry.ddns.net/video.mp4"
"media_url": "https://wp.momentry.ddns.net/影片檔名.mp4"
}
]
}
```
> **注意**: `media_url` 根據資料庫中的 `file_name` 自動產生。建議使用 `vid` + `start`/`end` 自行組建播放器連結。
---
## 8. 快速參考