v2.0
This commit is contained in:
parent
3a44437f1a
commit
dd772a62e6
@ -22,7 +22,7 @@ export default function Page() {
|
|||||||
className="absolute top-0 left-0 w-full h-full object-cover z-[-1]"
|
className="absolute top-0 left-0 w-full h-full object-cover z-[-1]"
|
||||||
>
|
>
|
||||||
<source
|
<source
|
||||||
src="https://file.typeframes.com.cn/video_2024-09-16 11_18_33.webm"
|
src="https://file.typeframes.com.cn/login_bg.webm"
|
||||||
type="video/mp4"
|
type="video/mp4"
|
||||||
/>
|
/>
|
||||||
</video>
|
</video>
|
||||||
|
@ -51,9 +51,9 @@ export default function CreateTabs() {
|
|||||||
value: "avatar",
|
value: "avatar",
|
||||||
component: <Avatar />,
|
component: <Avatar />,
|
||||||
videoTemp:
|
videoTemp:
|
||||||
"https://file.typeframes.com.cn/create-Avatar-video/en/demo_video.webm",
|
"https://file.typeframes.com.cn/create-avatar-video/en/demo_video.webm",
|
||||||
ImageTemp:
|
ImageTemp:
|
||||||
"https://file.typeframes.com.cn/create-Avatar-video/en/demo_video.webm",
|
"https://file.typeframes.com.cn/create-avatar-video/en/demo_video.webm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: t("aiMusicVideoGenerator"),
|
name: t("aiMusicVideoGenerator"),
|
||||||
@ -95,7 +95,7 @@ export default function CreateTabs() {
|
|||||||
})}
|
})}
|
||||||
</Tabs.List>
|
</Tabs.List>
|
||||||
<div className="mt-6 pb-20 flex flex-colw w-full gap-4">
|
<div className="mt-6 pb-20 flex flex-colw w-full gap-4">
|
||||||
<div className="w-full flex-[100%]">
|
<div className="w-full flex-[100%] max-w-[1200px]">
|
||||||
{tabs.map((item, index) => {
|
{tabs.map((item, index) => {
|
||||||
return (
|
return (
|
||||||
<Tabs.Content
|
<Tabs.Content
|
||||||
@ -110,9 +110,9 @@ export default function CreateTabs() {
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
<div className="gap-4 hidden xl:flex">
|
<div className="gap-4 hidden xl:flex flex-shrink-0">
|
||||||
<div className="border-l-[1px] border-gray-200 h-full"></div>
|
<div className="border-l-[1px] border-gray-200 h-full"></div>
|
||||||
<div className="w-full h-fit mt-8 rounded-xl overflow-hidden">
|
<div className="w-full h-fit mt-8 rounded-xl overflow-hidden max-w-[400px]">
|
||||||
<video
|
<video
|
||||||
src={getVideoTempUrl(tabVal)}
|
src={getVideoTempUrl(tabVal)}
|
||||||
playsInline
|
playsInline
|
||||||
|
Loading…
Reference in New Issue
Block a user