- Add intelligent content-game compatibility system with visual badges - Fix Adventure Reader to work with Dragon's Pearl content structure - Implement multi-column games grid for faster navigation - Add pronunciation display for Chinese vocabulary and sentences - Fix navigation breadcrumb to show proper hierarchy (Home > Levels > Content) - Add back buttons to all navigation pages - Improve JSONContentLoader to preserve story structure - Add comprehensive debugging and diagnostic tools 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "Test Chinese Vocabulary",
|
|
"description": "Basic Chinese characters for testing",
|
|
"difficulty": "beginner",
|
|
"language": "chinese",
|
|
"vocabulary": {
|
|
"你好": {
|
|
"user_language": "bonjour",
|
|
"type": "greeting",
|
|
"pronunciation": "nǐ hǎo",
|
|
"hskLevel": "HSK1",
|
|
"examples": ["你好,欢迎!", "你好吗?"]
|
|
},
|
|
"谢谢": {
|
|
"user_language": "merci",
|
|
"type": "greeting",
|
|
"pronunciation": "xiè xiè",
|
|
"hskLevel": "HSK1"
|
|
},
|
|
"猫": {
|
|
"user_language": "chat",
|
|
"type": "noun",
|
|
"pronunciation": "māo",
|
|
"hskLevel": "HSK1",
|
|
"examples": ["我有一只猫"]
|
|
},
|
|
"狗": {
|
|
"user_language": "chien",
|
|
"type": "noun",
|
|
"pronunciation": "gǒu",
|
|
"hskLevel": "HSK1"
|
|
},
|
|
"水": {
|
|
"user_language": "eau",
|
|
"type": "noun",
|
|
"pronunciation": "shuǐ",
|
|
"hskLevel": "HSK1"
|
|
},
|
|
"学习": {
|
|
"user_language": "étudier",
|
|
"type": "verb",
|
|
"pronunciation": "xué xí",
|
|
"hskLevel": "HSK2"
|
|
},
|
|
"老师": {
|
|
"user_language": "professeur",
|
|
"type": "noun",
|
|
"pronunciation": "lǎo shī",
|
|
"hskLevel": "HSK2"
|
|
},
|
|
"学生": {
|
|
"user_language": "étudiant",
|
|
"type": "noun",
|
|
"pronunciation": "xué shēng",
|
|
"hskLevel": "HSK2"
|
|
}
|
|
}
|
|
} |