Merge branch 'hide-photo-story-button' into dev

This commit is contained in:
moux1024 2025-09-30 23:28:41 +08:00
commit d03313734f

View File

@ -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