feat(learn): add 3 new courses — Ramadan Fasting, Zakat, Hajj & Umrah

- 15 new modules with 2000-3000 char markdown content
- 1 quiz question per module with explanation
- audioPath set to .m4a for all 15 modules (TTS-ready)
- Added local TTS generation script (scripts/generate-tts-local.js)
- Added .gitignore for generated audio files
- Total: 7 courses, 32 modules in seed-learn.json

Note: Audio files are generated locally via generate-tts-local.js.
They are excluded from git (see .gitignore) due to large binary size.
For production MP3s, use Azure/ElevenLabs via Gitea's generate-audio.py.
This commit is contained in:
wmj2024
2026-06-28 11:18:52 +08:00
parent 577dcc4fc0
commit 90e0086cf1
3 changed files with 568 additions and 27 deletions
+4
View File
@@ -40,3 +40,7 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
.gstack/
# generated TTS audio (large binary files — run scripts/generate-tts-local.js locally)
public/audio/learn/**/*.m4a
public/audio/learn/**/*.wav