월요일, 7월 7, 2025

산사나무 아래

山楂樹之戀_산사나무 아래_6장_2025-03-30T00:54:37.046Z

중국어 TTS 변환 문서 function speakChinese(text) { if (window.speechSynthesis.speaking) { ...

山楂樹之戀_산사나무 아래_5장_2025-03-29T15:07:38.643Z

중국어 TTS 변환 문서 let currentAudio = null; function speakChinese(text) { if...

山楂樹之戀_산사나무 아래_4장_2025-03-29T14:58:54.511Z

텍스트 변환 문서 let currentUtterance; function speakChinese(text) { if (currentUtterance && speechSynthesis.speaking)...

山楂樹之戀_산사나무 아래_3장_2025-03-29T14:50:58.152Z

중국어 TTS 변환 문서 let currentUtterance; function speakChinese(text) { if (currentUtterance &&...

山楂樹之戀_산사나무 아래_2장_2025-03-29T14:41:40.938Z

중국어 TTS 변환 문서 let currentUtterance; function speakChinese(text, button) { if (currentUtterance)...

山楂樹之戀_산사나무 아래_1장_2025-03-29T14:27:17.655Z

중국어 TTS 변환 문서 function speakChinese(text) { if (!window.speechSynthesis.speaking) { ...