Add: insert review

This commit is contained in:
2021-12-13 04:17:00 +08:00
parent e87b4823d9
commit 6b8bfedb9b
10 changed files with 157 additions and 5 deletions

View File

@@ -106,6 +106,13 @@ function FileInfo(props) {
>
Play
</button>
<button
onClick={() => {
navigate(`/files/${params.id}/review`);
}}
>
Review
</button>
<button
onClick={() => {
navigate(`/files/${params.id}/share`);