fix: replace all /en-us/ paths with /en/ for locale consistency

This commit is contained in:
sanbuphy
2026-02-26 04:42:28 +08:00
parent ef70b1d8e1
commit 311546a2fc
3 changed files with 35 additions and 35 deletions
+29 -29
View File
@@ -9,47 +9,47 @@ Welcome to the **Appendix** section! This is a collection of artificial intellig
Understand the core concepts, development history, and cutting-edge technical principles of artificial intelligence: Understand the core concepts, development history, and cutting-edge technical principles of artificial intelligence:
<NavGrid> <NavGrid>
<NavCard <NavCard
href="/en-us/appendix/prompt-engineering/" href="/en/appendix/prompt-engineering/"
title="Prompt Engineering" title="Prompt Engineering"
description="Master the art of efficient dialogue with AI to unlock the potential of large models" description="Master the art of efficient dialogue with AI to unlock the potential of large models"
/> />
<NavCard <NavCard
href="/en-us/appendix/ai-evolution" href="/en/appendix/ai-evolution"
title="AI Evolution History" title="AI Evolution History"
description="Review key milestones in AI development and understand the trajectory of technological evolution" description="Review key milestones in AI development and understand the trajectory of technological evolution"
/> />
<NavCard <NavCard
href="/en-us/appendix/llm-intro" href="/en/appendix/llm-intro"
title="Large Language Models" title="Large Language Models"
description="Deep yet accessible explanation of how Large Language Models (LLMs) work and their applications" description="Deep yet accessible explanation of how Large Language Models (LLMs) work and their applications"
/> />
<NavCard <NavCard
href="/en-us/appendix/vlm-intro" href="/en/appendix/vlm-intro"
title="Multimodal Large Models" title="Multimodal Large Models"
description="Explore advanced models capable of processing multiple data modalities such as images and audio" description="Explore advanced models capable of processing multiple data modalities such as images and audio"
/> />
<NavCard <NavCard
href="/en-us/appendix/image-gen-intro" href="/en/appendix/image-gen-intro"
title="AI Image Generation Principles" title="AI Image Generation Principles"
description="Uncover the underlying logic and technical implementation of AI image generation" description="Uncover the underlying logic and technical implementation of AI image generation"
/> />
<NavCard <NavCard
href="/en-us/appendix/audio-intro" href="/en/appendix/audio-intro"
title="AI Audio Models" title="AI Audio Models"
description="Understand AI applications in speech synthesis, recognition, and music generation" description="Understand AI applications in speech synthesis, recognition, and music generation"
/> />
<NavCard <NavCard
href="/en-us/appendix/context-engineering" href="/en/appendix/context-engineering"
title="Context Engineering" title="Context Engineering"
description="Learn how to optimize context management to improve long-range coherence of AI tasks" description="Learn how to optimize context management to improve long-range coherence of AI tasks"
/> />
<NavCard <NavCard
href="/en-us/appendix/agent-intro" href="/en/appendix/agent-intro"
title="Agent Intelligence" title="Agent Intelligence"
description="Explore AI agent architectures with autonomous decision-making and execution capabilities" description="Explore AI agent architectures with autonomous decision-making and execution capabilities"
/> />
<NavCard <NavCard
href="/en-us/appendix/ai-capability-dictionary" href="/en/appendix/ai-capability-dictionary"
title="AI Capability Dictionary" title="AI Capability Dictionary"
description="A quick reference handbook for commonly used terms and core concepts in the AI field" description="A quick reference handbook for commonly used terms and core concepts in the AI field"
/> />
@@ -61,32 +61,32 @@ Understand the core concepts, development history, and cutting-edge technical pr
Solidify the technical foundation of frontend development: Solidify the technical foundation of frontend development:
<NavGrid> <NavGrid>
<NavCard <NavCard
href="/en-us/appendix/web-basics" href="/en/appendix/web-basics"
title="HTML/CSS/JS Basics" title="HTML/CSS/JS Basics"
description="The three pillars of building web pages, essential for frontend development beginners" description="The three pillars of building web pages, essential for frontend development beginners"
/> />
<NavCard <NavCard
href="/en-us/appendix/frontend-evolution" href="/en/appendix/frontend-evolution"
title="Frontend Evolution History" title="Frontend Evolution History"
description="Understand the evolution of frontend technology stacks and grasp technology development trends" description="Understand the evolution of frontend technology stacks and grasp technology development trends"
/> />
<NavCard <NavCard
href="/en-us/appendix/frontend-performance" href="/en/appendix/frontend-performance"
title="Frontend Performance Optimization" title="Frontend Performance Optimization"
description="Learn key strategies to improve webpage loading speed and interaction smoothness" description="Learn key strategies to improve webpage loading speed and interaction smoothness"
/> />
<NavCard <NavCard
href="/en-us/appendix/canvas-intro" href="/en/appendix/canvas-intro"
title="Canvas 2D Basics" title="Canvas 2D Basics"
description="Master the Canvas drawing API to achieve cool graphics and animation effects" description="Master the Canvas drawing API to achieve cool graphics and animation effects"
/> />
<NavCard <NavCard
href="/en-us/appendix/url-to-browser" href="/en/appendix/url-to-browser"
title="From URL to Browser Display" title="From URL to Browser Display"
description="Full-chain analysis of the complete process of browser rendering pages" description="Full-chain analysis of the complete process of browser rendering pages"
/> />
<NavCard <NavCard
href="/en-us/appendix/browser-devtools/" href="/en/appendix/browser-devtools/"
title="Browser DevTools" title="Browser DevTools"
description="Proficiently use developer tools to efficiently locate and solve frontend issues" description="Proficiently use developer tools to efficiently locate and solve frontend issues"
/> />
@@ -98,42 +98,42 @@ Solidify the technical foundation of frontend development:
Master the core concepts of backend development: Master the core concepts of backend development:
<NavGrid> <NavGrid>
<NavCard <NavCard
href="/en-us/appendix/backend-evolution" href="/en/appendix/backend-evolution"
title="Backend Evolution History" title="Backend Evolution History"
description="From monolithic to microservices, exploring the evolution of backend architecture" description="From monolithic to microservices, exploring the evolution of backend architecture"
/> />
<NavCard <NavCard
href="/en-us/appendix/backend-languages" href="/en/appendix/backend-languages"
title="Backend Programming Languages" title="Backend Programming Languages"
description="Compare the characteristics and applicable scenarios of mainstream backend languages to choose the best technology stack" description="Compare the characteristics and applicable scenarios of mainstream backend languages to choose the best technology stack"
/> />
<NavCard <NavCard
href="/en-us/appendix/database-intro" href="/en/appendix/database-intro"
title="Database Principles" title="Database Principles"
description="Understand core database principles and master the art of data storage and retrieval" description="Understand core database principles and master the art of data storage and retrieval"
/> />
<NavCard <NavCard
href="/en-us/appendix/cache-design" href="/en/appendix/cache-design"
title="System Cache Design" title="System Cache Design"
description="Learn caching strategies to improve system high-concurrency processing capabilities" description="Learn caching strategies to improve system high-concurrency processing capabilities"
/> />
<NavCard <NavCard
href="/en-us/appendix/queue-design" href="/en/appendix/queue-design"
title="Message Queue Design" title="Message Queue Design"
description="Master the key role of message queues in decoupling and peak shaving" description="Master the key role of message queues in decoupling and peak shaving"
/> />
<NavCard <NavCard
href="/en-us/appendix/auth-design" href="/en/appendix/auth-design"
title="Authentication Principles & Practice" title="Authentication Principles & Practice"
description="Build secure identity authentication and permission management systems" description="Build secure identity authentication and permission management systems"
/> />
<NavCard <NavCard
href="/en-us/appendix/tracking-design" href="/en/appendix/tracking-design"
title="Tracking Design" title="Tracking Design"
description="Scientifically design data tracking to provide data support for product decisions" description="Scientifically design data tracking to provide data support for product decisions"
/> />
<NavCard <NavCard
href="/en-us/appendix/operations" href="/en/appendix/operations"
title="Online Operations" title="Online Operations"
description="Master operations skills for system deployment, monitoring, and troubleshooting" description="Master operations skills for system deployment, monitoring, and troubleshooting"
/> />
@@ -145,32 +145,32 @@ Master the core concepts of backend development:
Basic knowledge of software development: Basic knowledge of software development:
<NavGrid> <NavGrid>
<NavCard <NavCard
href="/en-us/appendix/api-intro" href="/en/appendix/api-intro"
title="API Basics" title="API Basics"
description="Basic knowledge of API interface design and development" description="Basic knowledge of API interface design and development"
/> />
<NavCard <NavCard
href="/en-us/appendix/ide-intro/" href="/en/appendix/ide-intro/"
title="IDE Principles" title="IDE Principles"
description="Understand the internal working mechanism of Integrated Development Environments (IDEs)" description="Understand the internal working mechanism of Integrated Development Environments (IDEs)"
/> />
<NavCard <NavCard
href="/en-us/appendix/terminal-intro" href="/en/appendix/terminal-intro"
title="Terminal Basics" title="Terminal Basics"
description="Master basic command-line terminal operations to improve development efficiency" description="Master basic command-line terminal operations to improve development efficiency"
/> />
<NavCard <NavCard
href="/en-us/appendix/git-intro" href="/en/appendix/git-intro"
title="Git Detailed Introduction" title="Git Detailed Introduction"
description="Deeply understand Git version control principles and advanced usage" description="Deeply understand Git version control principles and advanced usage"
/> />
<NavCard <NavCard
href="/en-us/appendix/computer-networks" href="/en/appendix/computer-networks"
title="Computer Networks" title="Computer Networks"
description="Basic knowledge of network protocols and communication principles" description="Basic knowledge of network protocols and communication principles"
/> />
<NavCard <NavCard
href="/en-us/appendix/deployment" href="/en/appendix/deployment"
title="Deployment & Launch" title="Deployment & Launch"
description="Complete process and best practices for application deployment and release" description="Complete process and best practices for application deployment and release"
/> />
+3 -3
View File
@@ -13,9 +13,9 @@ onMounted(() => {
'zh-cn': '/zh-cn/', 'zh-cn': '/zh-cn/',
'zh-tw': '/zh-tw/', 'zh-tw': '/zh-tw/',
'zh-hk': '/zh-tw/', 'zh-hk': '/zh-tw/',
'en': '/en-us/', 'en': '/en/',
'en-us': '/en-us/', 'en-us': '/en/',
'en-gb': '/en-us/', 'en-gb': '/en/',
'ja': '/ja-jp/', 'ja': '/ja-jp/',
'ja-jp': '/ja-jp/', 'ja-jp': '/ja-jp/',
'ko': '/ko-kr/', 'ko': '/ko-kr/',
+3 -3
View File
@@ -6,9 +6,9 @@ Allow: /
Disallow: /zh-cn/extra/ Disallow: /zh-cn/extra/
Disallow: /zh-cn/examples/ Disallow: /zh-cn/examples/
Disallow: /zh-cn/project/ Disallow: /zh-cn/project/
Disallow: /en-us/extra/ Disallow: /en/extra/
Disallow: /en-us/examples/ Disallow: /en/examples/
Disallow: /en-us/project/ Disallow: /en/project/
# 禁止抓取 VitePress 缓存和构建文件 # 禁止抓取 VitePress 缓存和构建文件
Disallow: /.vitepress/ Disallow: /.vitepress/