Skip to content

Commit

Permalink
feat: 允许temperature调到2 (Chanzhaoyu#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
shansing committed Jun 26, 2023
1 parent c6e1663 commit b8f2a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Setting/Advanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function handleReset() {
<div class="flex items-center space-x-4">
<span class="flex-shrink-0 w-[120px]">{{ $t('setting.temperature') }} </span>
<div class="flex-1">
<NSlider v-model:value="temperature" :max="1" :min="0" :step="0.1" />
<NSlider v-model:value="temperature" :max="2" :min="0" :step="0.1" />
</div>
<span>{{ temperature }}</span>
<NButton size="tiny" text type="primary" @click="updateSettings({ temperature })">
Expand Down

0 comments on commit b8f2a0e

Please sign in to comment.