feat: thinking i18n

This commit is contained in:
2026-03-16 14:26:04 +08:00
parent 030d2231c5
commit 6f749d5dff
3 changed files with 6 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
class="thinking-header flex align-center"
@click="toggleThinkingCollapsed"
>
<span>思考中</span>
<span>{{ t('agent.thinking') }}</span>
<!-- <SvgIcon :name="content.thinkingCollapsed ? 'arrowDown' : 'arrowUp'" size="16" color="#666" /> -->
</div>
<div class="thinking-content" v-show="!content.thinkingCollapsed">