fix: 精简AI失败重试文案
This commit is contained in:
@@ -105,7 +105,7 @@ const displayTime = computed(() => {
|
||||
<span>{{ errorMessage }}</span>
|
||||
<button v-if="canRetry" type="button" :disabled="streaming" @click="emit('retry')">
|
||||
<RotateCcw :size="15" aria-hidden="true" />
|
||||
重新生成
|
||||
重试
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user