mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
feat(curriculum): Add Chinese pinyin practice audio from the CDN (#64705)
This commit is contained in:
@@ -311,7 +311,8 @@ const availableAudios = [
|
||||
'ZH_A1_pinyin_initials.mp3',
|
||||
'ZH_A1_pinyin_compound_finals.mp3',
|
||||
'ZH_A1_pinyin_nasal_finals.mp3',
|
||||
'ZH_A1_pinyin_special_spelling_rules.mp3'
|
||||
'ZH_A1_pinyin_special_spelling_rules.mp3',
|
||||
'ZH_A1_pinyin_practice.mp3'
|
||||
];
|
||||
|
||||
const availableAlignments = ['left', 'center', 'right'];
|
||||
|
||||
Reference in New Issue
Block a user