feat: setting options

This commit is contained in:
2026-03-06 11:25:49 +08:00
parent 2788d2927c
commit 918c919c7c
3 changed files with 9 additions and 9 deletions

View File

@@ -521,9 +521,9 @@
const settingPopupVisible = ref(false)
const settingOptions = ref([
{ label: 'Input.settingOptions.creativity', value: 50 },
{ label: 'Input.settingOptions.diversity', value: 50 },
{ label: 'Input.settingOptions.relevance', value: 50 }
{ label: 'Input.settingOptions.first', value: 50 },
{ label: 'Input.settingOptions.second', value: 50 },
{ label: 'Input.settingOptions.third', value: 50 }
])
const openStylePopup = () => {