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

This commit is contained in:
moux1024 2025-10-01 00:18:25 +08:00
commit 86d0b8f153

View File

@ -462,7 +462,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
</Tooltip> </Tooltip>
{/* 分隔线 */} {/* 分隔线 */}
<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"}>