forked from 77media/video-flow
临时隐藏图生视频入口
This commit is contained in:
parent
0ea56ac410
commit
78421c5121
@ -465,7 +465,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
|||||||
<div className="hidden sm:block w-px h-4 bg-white/[0.20]"></div>
|
<div className="hidden sm:block w-px h-4 bg-white/[0.20]"></div>
|
||||||
|
|
||||||
{/* 图片故事按钮 */}
|
{/* 图片故事按钮 */}
|
||||||
<Tooltip title="Create movie from image" placement="top" trigger={isDesktop ? "hover" : "contextMenu"}>
|
{/* <Tooltip title="Create movie from image" placement="top" trigger={isDesktop ? "hover" : "contextMenu"}>
|
||||||
<button
|
<button
|
||||||
data-alt="photo-story-button"
|
data-alt="photo-story-button"
|
||||||
className="flex items-center gap-1.5 px-2 py-2 text-white/[0.70] hover:text-white transition-colors"
|
className="flex items-center gap-1.5 px-2 py-2 text-white/[0.70] hover:text-white transition-colors"
|
||||||
@ -473,7 +473,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
|||||||
>
|
>
|
||||||
<ImagePlay className="w-4 h-4" />
|
<ImagePlay className="w-4 h-4" />
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
</Tooltip> */}
|
||||||
|
|
||||||
{isDesktop ? (
|
{isDesktop ? (
|
||||||
<PcPhotoStoryModal
|
<PcPhotoStoryModal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user