From 8a6f3f20c97f5650770ed6a7fea630bbb8953691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 15 Feb 2026 08:56:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:Gemini=203.0=20Flash=20=EB=AA=A8=EB=8D=B8?= =?UTF-8?q?=20=EC=A0=81=EC=9A=A9=20+=20=EC=A0=9C=EB=AA=A9=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=20UI/UX=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기본 모델을 gemini-3.0-flash로 변경 - @apply를 순수 CSS로 전환 (Tailwind CDN 호환) - 제목 카드에 라디오 도트, 체크 뱃지, hover/selected 효과 추가 - 선택 시 border glow + 체크마크 표시 Co-Authored-By: Claude Opus 4.6 --- app/Services/Video/GeminiScriptService.php | 2 +- resources/views/video/veo3/index.blade.php | 54 +++++++++++++++++----- 2 files changed, 44 insertions(+), 12 deletions(-) diff --git a/app/Services/Video/GeminiScriptService.php b/app/Services/Video/GeminiScriptService.php index f2da6a40..bd831858 100644 --- a/app/Services/Video/GeminiScriptService.php +++ b/app/Services/Video/GeminiScriptService.php @@ -125,7 +125,7 @@ private function callGemini(string $prompt): ?string } try { - $model = $this->config->model ?: 'gemini-2.5-flash'; + $model = $this->config->model ?: 'gemini-3.0-flash'; $body = [ 'contents' => [ [ diff --git a/resources/views/video/veo3/index.blade.php b/resources/views/video/veo3/index.blade.php index 5e550ee2..fc03ed43 100644 --- a/resources/views/video/veo3/index.blade.php +++ b/resources/views/video/veo3/index.blade.php @@ -4,14 +4,39 @@ @push('styles') @@ -146,8 +171,15 @@ className="bg-indigo-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-in className={`title-option ${selectedIdx === i ? 'selected' : ''}`} onClick={() => setSelectedIdx(i)} > -
{item.title}
-
{item.hook}
+
+
+
+
+
{item.title}
+
{item.hook}
+
+
#{i + 1}
+
))} @@ -575,7 +607,7 @@ className="bg-indigo-600 text-white px-8 py-3 rounded-lg font-medium hover:bg-in

YouTube Shorts AI 생성기

키워드 하나로 AI가 YouTube Shorts 영상을 자동 생성합니다

-

Gemini 2.5 Flash + Veo 3.1 + Google TTS

+

Gemini 3.0 Flash + Veo 3.1 + Google TTS

{/* Step Indicator */}