feat(i18n): add AI history components internationalization support
- Add useI18n composable and ai-history locale files - Refactor 10 AI history Vue components to support i18n (GPTEvolutionDemo, AIErasComparisonDemo, AiEvolutionDemo, etc.) - Add English version of AI history appendix article - Add English translations for stage-1 appendix-articles: - vibe-coding-tools-snake-game-tutorial.md - vibe-coding-tools-build-website-with-ai-coding-and-design-agents.md - Use relative paths to reference Chinese version images - Update appendix sidebar config to use English AI history link
This commit is contained in:
@@ -806,7 +806,7 @@ const appendixSidebarEn = [
|
||||
items: [
|
||||
{
|
||||
text: 'AI History & Concepts',
|
||||
link: '/zh-cn/appendix/8-artificial-intelligence/ai-history'
|
||||
link: '/en/appendix/8-artificial-intelligence/ai-history'
|
||||
},
|
||||
{
|
||||
text: 'Neural Networks',
|
||||
|
||||
Reference in New Issue
Block a user