feat: polish voice studio workflow and bilingual copy

This commit is contained in:
2026-04-21 18:05:22 +08:00
parent 9f74a93274
commit 4db04e61e9
12 changed files with 820 additions and 150 deletions

View File

@@ -135,7 +135,7 @@ onMounted(fetchTimeline)
<!-- 暂无数据 -->
<div v-if="events.length === 0" class="text-center py-20 bg-white/50 backdrop-blur rounded-3xl border border-white">
<SparklesIcon class="h-16 w-16 text-purple-300 mx-auto mb-4" />
<p class="text-xl text-gray-500">还没有开始冒险呢快去创作第一个故事吧</p>
<p class="text-xl text-gray-500">还没有开始冒险呢先来创作第一个故事吧</p>
</div>
<!-- 时间轴内容 -->