fix: set 2d as default

This commit is contained in:
Neko Ayaka
2024-12-04 01:36:33 +08:00
parent b83c3fff3b
commit b86854db28
+1 -1
View File
@@ -36,7 +36,7 @@ const {
const { audioContext, calculateVolume } = useAudioContext()
const { process } = useMarkdown()
const selectedStageView = ref<string>('')
const selectedStageView = ref<string>('2d')
const listening = ref(false)
const live2DViewerRef = ref<{ setMotion: (motionName: string) => Promise<void> }>()
const supportedModels = ref<{ id: string, name?: string }[]>([])