토요일, 4월 5, 2025

산사나무 아래

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

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

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

```html 중국어 TTS 변환 문서 function toggleSpeech(text, element) { if (element.getAttribute('data-speaking') === 'true') { ...

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

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

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

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

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

중국어 TTS 변환 문서 function speakChinese(text) { const synth = window.speechSynthesis; ...

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

중국어 TTS 변환 문서 let isPlaying = false; let utterance; function speakChinese(text) { ...

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

```html 중국어 TTS 변환 문서 function toggleSpeak(id, text) { const utterance = new SpeechSynthesisUtterance(text); ...

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

중국어 TTS 변환 문서 let isSpeaking = false; let utterance; function speakChinese(text) { ...

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

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

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

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

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

중국어 TTS 변환 문서 function toggleSpeakChinese(button, text) { if (speechSynthesis.speaking) { ...

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

```html 중국어 TTS 변환 문서 function toggleSpeakChinese(element, text) { if (!element.isPlaying) { ...

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

중국어 TTS 변환 문서 let currentUtterance = null; let isPaused = false; function speakChinese(text)...

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

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

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

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

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

중국어 TTS 변환 문서 function speakChinese(text, elm) { if (!elm.dataset.isPlaying || elm.dataset.isPlaying === "false") { ...

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

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

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

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

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

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

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

중국어 TTS 변환 문서 function toggleSpeakChinese(element, text) { if (!element.dataset.isPlaying || element.dataset.isPlaying === "false") { ...

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

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

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

중국어 TTS 변환 문서 let speechSynthesisInstance = null; let isPaused = false; let speechText...

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

중국어 TTS 변환 문서 let synth = window.speechSynthesis; let currentUtterance = null; function speakChinese(text)...

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

중국어 TTS 변환 문서 function toggleSpeak(audioId, text) { const utterance = new SpeechSynthesisUtterance(text); ...

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

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

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

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

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

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

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

```html 중국어 텍스트 변환 let currentUtterance; function speakChinese(text) { if (currentUtterance) { ...

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

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

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

중국어 TTS 변환 문서 function toggleSpeakChinese(id, text) { const speechSynthesis = window.speechSynthesis; ...