forked from 77media/video-flow
统一创建:去掉上传按钮
This commit is contained in:
parent
396d80b090
commit
afb324dd67
@ -393,7 +393,7 @@ export default function VideoCreationForm() {
|
|||||||
{/* Left Side - Upload and Options */}
|
{/* Left Side - Upload and Options */}
|
||||||
<div data-alt="left-controls" className="flex items-center gap-2">
|
<div data-alt="left-controls" className="flex items-center gap-2">
|
||||||
{/* Upload Button with Dropdown */}
|
{/* Upload Button with Dropdown */}
|
||||||
<Dropdown
|
{/* <Dropdown
|
||||||
menu={{
|
menu={{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -425,7 +425,7 @@ export default function VideoCreationForm() {
|
|||||||
>
|
>
|
||||||
<PlusOutlined className="text-base font-bold" />
|
<PlusOutlined className="text-base font-bold" />
|
||||||
</button>
|
</button>
|
||||||
</Dropdown>
|
</Dropdown> */}
|
||||||
|
|
||||||
{/* Hidden file inputs */}
|
{/* Hidden file inputs */}
|
||||||
<input
|
<input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user