feat: thinking i18n
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user