|
|
@@ -4,7 +4,7 @@
|
|
|
<div v-if="dialogueState === 'checking-history'" class="ready-stage">
|
|
|
<div class="ready-header">
|
|
|
<h1 class="ready-title">
|
|
|
- <span class="ready-title-icon">💬</span>
|
|
|
+ <!-- <span class="ready-title-icon">💬</span> -->
|
|
|
Topic Discussion
|
|
|
</h1>
|
|
|
<p class="ready-subtitle">正在读取你的练习记录...</p>
|
|
|
@@ -17,14 +17,14 @@
|
|
|
<div v-else-if="dialogueState === 'ready'" class="ready-stage">
|
|
|
<div class="ready-header">
|
|
|
<h1 class="ready-title">
|
|
|
- <span class="ready-title-icon">💬</span>
|
|
|
+ <!-- <span class="ready-title-icon">💬</span> -->
|
|
|
Topic Discussion
|
|
|
</h1>
|
|
|
<p class="ready-subtitle">话题讨论 · 与 AI 伙伴练习英语对话</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="ready-body">
|
|
|
- <span class="topic-emoji">🐼</span>
|
|
|
+ <!-- <span class="topic-emoji">🐼</span> -->
|
|
|
<h3 class="topic-name">{{ speakingStore.config.topic || topic }}</h3>
|
|
|
</div>
|
|
|
|
|
|
@@ -100,7 +100,7 @@ interface Props {
|
|
|
}
|
|
|
|
|
|
const props = withDefaults(defineProps<Props>(), {
|
|
|
- topic: '我最喜欢的动物',
|
|
|
+ topic: '',
|
|
|
keywords: () => ['favorite', 'adorable', 'bamboo', 'habitat', 'wildlife', 'endangered'],
|
|
|
totalRounds: 3,
|
|
|
configId: '',
|