This commit is contained in:
root
2026-06-27 01:50:08 +00:00
parent c0814f4315
commit f5ddd0b877
140 changed files with 3763 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
import { ref, onMounted, computed } from 'vue'
import { LayoutDashboardIcon, BookOpenIcon, KeyIcon, TrophyIcon, MenuIcon, ShuffleIcon, BookmarkIcon } from 'lucide-vue-next'
import { useQuizStore } from './store/quiz'
import { SetGeminiKey } from '../bindings/changeme/QuizService'
import { SetGeminiKey } from '../bindings/changeme/quizservice'
const store = useQuizStore()
const geminiKey = ref(store.geminiKey)