-
-
{{ era.label }}
-
{{ era.years }}
+
+
{{ localeEras[i]?.label ?? era.label }}
+
{{ localeEras[i]?.years ?? era.years }}
- 技术浪潮
- ❄️ AI 寒冬
- 大模型时代
+ {{ t('aiEvolution.legend.wave') }}
+ {{ t('aiEvolution.legend.winter') }}
+ {{ t('aiEvolution.legend.llm') }}
diff --git a/docs/.vitepress/theme/components/appendix/ai-history/AttentionMechanismDemo.vue b/docs/.vitepress/theme/components/appendix/ai-history/AttentionMechanismDemo.vue
index 24cb76a..4e26cf1 100644
--- a/docs/.vitepress/theme/components/appendix/ai-history/AttentionMechanismDemo.vue
+++ b/docs/.vitepress/theme/components/appendix/ai-history/AttentionMechanismDemo.vue
@@ -2,7 +2,7 @@
-
处理「他」时的注意力分配:
+
{{ word }}
@@ -18,16 +18,26 @@
- 「他」虽在句中间,模型却把 65% 注意力精准投向句首的「小明」,跨越距离识别代词指代
+{{ t('attention.caption') }}
diff --git a/docs/.vitepress/theme/components/appendix/ai-history/BackpropagationDemo.vue b/docs/.vitepress/theme/components/appendix/ai-history/BackpropagationDemo.vue
index 48b7621..8b455f4 100644
--- a/docs/.vitepress/theme/components/appendix/ai-history/BackpropagationDemo.vue
+++ b/docs/.vitepress/theme/components/appendix/ai-history/BackpropagationDemo.vue
@@ -1,15 +1,15 @@
-
-
{{ i + 1 }}
+
+
{{ i + 1 }}
{{ step.icon }}
{{ step.name }}
{{ step.desc }}
-
Loss(误差)随训练轮次下降:
+
{{ t('backprop.lossLabel') }}