fix:Gemini 3.0 Flash 모델 적용 + 제목 선택 UI/UX 개선

- 기본 모델을 gemini-3.0-flash로 변경
- @apply를 순수 CSS로 전환 (Tailwind CDN 호환)
- 제목 카드에 라디오 도트, 체크 뱃지, hover/selected 효과 추가
- 선택 시 border glow + 체크마크 표시

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-15 08:56:02 +09:00
parent 0c8b1c8f60
commit 8a6f3f20c9
2 changed files with 44 additions and 12 deletions

View File

@@ -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' => [
[