forked from 77media/video-flow
横/竖屏选择 上线暂时不开放
This commit is contained in:
parent
946a6c1d90
commit
1d339ab907
@ -469,15 +469,15 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
||||
</Dropdown>
|
||||
|
||||
{/* 分隔线(移动端隐藏,避免拥挤) */}
|
||||
<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> */}
|
||||
|
||||
{/* 横/竖屏选择 */}
|
||||
<AspectRatioSelector
|
||||
{/* 横/竖屏选择 上线暂时不开放 */}
|
||||
{/* <AspectRatioSelector
|
||||
value={configOptions.aspect_ratio}
|
||||
onChange={(v) => onConfigChange('aspect_ratio', v)}
|
||||
placement="top"
|
||||
className={`${isMobile ? '!px-1' : ''}`}
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
|
||||
{/* 右侧Action按钮 */}
|
||||
|
||||
@ -359,12 +359,12 @@ export const H5PhotoStoryDrawer = ({
|
||||
|
||||
<div data-alt="bottom-action-bar" className="sticky bottom-0 left-0 right-0 backdrop-blur border-t border-white/10 px-3 py-2">
|
||||
<div className="flex items-center justify-end gap-2">
|
||||
{/* 横/竖屏选择 */}
|
||||
<AspectRatioSelector
|
||||
{/* 横/竖屏选择 上线暂时不开放 */}
|
||||
{/* <AspectRatioSelector
|
||||
value={aspectUI}
|
||||
onChange={setAspectUI}
|
||||
placement="top"
|
||||
/>
|
||||
/> */}
|
||||
{!hasAnalyzed ? (
|
||||
<Tooltip title={activeImageUrl ? "Analyze image content" : "Please upload an image first"} placement="top">
|
||||
<div>
|
||||
|
||||
@ -556,12 +556,12 @@ export const H5TemplateDrawer = ({
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
{/* 横/竖屏选择 */}
|
||||
<AspectRatioSelector
|
||||
{/* 横/竖屏选择 上线暂时不开放 */}
|
||||
{/* <AspectRatioSelector
|
||||
value={aspectUI}
|
||||
onChange={setAspectUI}
|
||||
placement="top"
|
||||
/>
|
||||
/> */}
|
||||
<ActionButton
|
||||
isCreating={isTemplateCreating || localLoading > 0}
|
||||
handleCreateVideo={handleConfirm}
|
||||
|
||||
@ -321,12 +321,12 @@ export const PcPhotoStoryModal = ({
|
||||
placeholder="Share your creative ideas about the image and let AI create a movie story for you..."
|
||||
/>
|
||||
<div className="absolute bottom-1 right-0 flex gap-2 items-center">
|
||||
{/* 横/竖屏选择 */}
|
||||
<AspectRatioSelector
|
||||
{/* 横/竖屏选择 上线暂时不开放 */}
|
||||
{/* <AspectRatioSelector
|
||||
value={aspectUI}
|
||||
onChange={setAspectUI}
|
||||
placement="top"
|
||||
/>
|
||||
/> */}
|
||||
{!hasAnalyzed ? (
|
||||
<Tooltip title={activeImageUrl ? "Analyze image content" : "Please upload an image first"} placement="top">
|
||||
<ActionButton
|
||||
|
||||
@ -707,12 +707,12 @@ export const PcTemplateModal = ({
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
{/* 横/竖屏选择 */}
|
||||
<AspectRatioSelector
|
||||
{/* 横/竖屏选择 上线暂时不开放 */}
|
||||
{/* <AspectRatioSelector
|
||||
value={aspectUI}
|
||||
onChange={setAspectUI}
|
||||
placement="top"
|
||||
/>
|
||||
/> */}
|
||||
<ActionButton
|
||||
isCreating={isTemplateCreating || localLoading > 0}
|
||||
handleCreateVideo={handleConfirm}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user