Files
test-repo/docs/.vitepress/theme/locales/chapter-introduction/index.js
T
sanbuphy dc8b5773f1 feat: update documentation and component demos for backend layered architecture
- Add new LanguageScopeDemo component for backend languages overview
- Refactor and simplify existing demo components (ControllerLayerDemo, DtoFlowDemo, DependencyDirectionDemo)
- Update .gitignore to exclude .claude/skills directory
- Modify backend-related sections in documentation from "后端与全栈" to "后端开发"
- Add new backend layered architecture demo components (CleanArchitectureDemo, DependencyDirectionDemo)
- Improve documentation structure and content for stage-3 core skills
- Fix component initialization timing in CompileVsInterpretDemo and RateLimiterDemo
- Add design style prompt reference in frontend documentation
2026-03-01 12:28:47 +08:00

15 lines
297 B
JavaScript

export default {
'zh-cn': {
title: '本章学习目标',
duration: '预计耗时',
output: '预期产出',
assignment: '课后任务'
},
en: {
title: 'Learning Objectives',
duration: 'Estimated Time',
output: 'Expected Output',
assignment: 'Assignment'
}
}