fix: 精简AI失败重试文案

This commit is contained in:
2026-08-03 18:04:27 +08:00
parent 1954f461af
commit 59c306f88f
2 changed files with 3 additions and 3 deletions

View File

@@ -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>