fix:401、403错误提示,对话角色更改assistant,模型选择持久化
This commit is contained in:
@@ -324,7 +324,7 @@ onUnmounted(() => removeMatchMedia);
|
||||
<Segmented
|
||||
resize
|
||||
class="select-none"
|
||||
:modelValue="overallStyle === 'system' ? 2 : dataTheme ? 1 : 0"
|
||||
:modelValue="overallStyle === 'assistant' ? 2 : dataTheme ? 1 : 0"
|
||||
:options="themeOptions"
|
||||
@change="
|
||||
theme => {
|
||||
|
||||
Reference in New Issue
Block a user