diff --git a/web/src/component/FileDialog.js b/web/src/component/FileDialog.js index c19838e..b3cd494 100644 --- a/web/src/component/FileDialog.js +++ b/web/src/component/FileDialog.js @@ -9,20 +9,14 @@ function FileDialog(props) { let navigate = useNavigate(); - const downloadURL = "/api/v1/get_file_direct?id=" + props.file.id; - return (

{props.file.filename}

- Download 使用浏览器下载原文件 -
- Play 调用网页播放器播放 + Play: play using browser player.
+ Info for more actions.

- - - + + +