forked from 77media/video-flow
Merge branch 'zxx_dev' into dev
This commit is contained in:
commit
93269b2bde
@ -375,7 +375,7 @@ export default function CreateToVideo2() {
|
|||||||
{(project.final_video_url || project.final_simple_video_url) && (
|
{(project.final_video_url || project.final_simple_video_url) && (
|
||||||
<div className="absolute top-1 right-1 flex items-center gap-1">
|
<div className="absolute top-1 right-1 flex items-center gap-1">
|
||||||
{/* 转发按钮 */}
|
{/* 转发按钮 */}
|
||||||
<Tooltip placement="top" title="Share">
|
{/* <Tooltip placement="top" title="Share">
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
type="text"
|
type="text"
|
||||||
@ -384,7 +384,7 @@ export default function CreateToVideo2() {
|
|||||||
>
|
>
|
||||||
<Send className="w-4 h-4 text-white" />
|
<Send className="w-4 h-4 text-white" />
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip> */}
|
||||||
{/* 下载按钮 */}
|
{/* 下载按钮 */}
|
||||||
<Tooltip placement="top" title="Download">
|
<Tooltip placement="top" title="Download">
|
||||||
<Button size="small" type="text" disabled={isLoadingDownloadBtn} className="w-[2.5rem] h-[2.5rem] rounded-full items-center justify-center p-0 hidden group-hover:flex transition-all duration-300 hover:bg-white/15" onClick={(e) => handleDownloadClick(e, project)}>
|
<Button size="small" type="text" disabled={isLoadingDownloadBtn} className="w-[2.5rem] h-[2.5rem] rounded-full items-center justify-center p-0 hidden group-hover:flex transition-all duration-300 hover:bg-white/15" onClick={(e) => handleDownloadClick(e, project)}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user