From 51fc0c916e93f71c1da04085fcb7ecc5e60a21e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Mon, 7 Jul 2025 23:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/EmptyStateAnimation.tsx | 6 +++--- components/pages/create-to-video2.tsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/common/EmptyStateAnimation.tsx b/components/common/EmptyStateAnimation.tsx index 7d9c902..e5f131f 100644 --- a/components/common/EmptyStateAnimation.tsx +++ b/components/common/EmptyStateAnimation.tsx @@ -267,13 +267,13 @@ const AnimatedText = ({ text, onComplete, shouldStart }: { text: string; onCompl /> - {/* Create按钮 */} + {/* Action按钮 */}
- Create + Action
{/* 鼠标指针 */} @@ -920,7 +920,7 @@ export const EmptyStateAnimation = ({className}: {className: string}) => { {showText && ( diff --git a/components/pages/create-to-video2.tsx b/components/pages/create-to-video2.tsx index 713a89f..2f75527 100644 --- a/components/pages/create-to-video2.tsx +++ b/components/pages/create-to-video2.tsx @@ -419,7 +419,7 @@ export function CreateToVideo2() {
setIsExpanded(false)}> {/* 图标 展开按钮 */} - Click to create + Click to action
) : (
setIsExpanded(true)}> @@ -477,7 +477,7 @@ export function CreateToVideo2() {
- Describe the content you want to create. Get an + Describe the content you want to action. Get an setInputText(ideaText)} @@ -539,12 +539,12 @@ export function CreateToVideo2() { {isCreating ? ( <> - Creating... + Actioning... ) : ( <> - Create + Action )}