diff --git a/src/renderer/src/components/template-study/container/adjust-dialog.vue b/src/renderer/src/components/template-study/container/adjust-dialog.vue index 0ed1521..77e2e6c 100644 --- a/src/renderer/src/components/template-study/container/adjust-dialog.vue +++ b/src/renderer/src/components/template-study/container/adjust-dialog.vue @@ -30,7 +30,7 @@
- +
diff --git a/src/renderer/src/components/template-study/container/result.vue b/src/renderer/src/components/template-study/container/result.vue index 160ae6a..909d36c 100644 --- a/src/renderer/src/components/template-study/container/result.vue +++ b/src/renderer/src/components/template-study/container/result.vue @@ -33,7 +33,7 @@
- + @@ -55,12 +55,6 @@ import { conversation, completion, modelList } from '@/api/mode/index' const userStore = useUserStore() const props = defineProps({ - curTemp: { - type: Array, - default: () => { - return [] - } - }, tempId: { type: [String, Number], default: ''