Skip to content

Commit 9f7c5a4

Browse files
committed
add
1 parent d4e4567 commit 9f7c5a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/page/TextToVoice.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const TextToVoice = () => {
9292
return listSentence
9393
}
9494
const handleInputCaptcha = (e) => {
95+
console.log(e.target.value)
9596
setCaptchaText(e.target.value);
9697
setJson({ ...json, "user_input_captcha_text": e.target.value });
9798
};
@@ -105,7 +106,7 @@ const TextToVoice = () => {
105106
"user_select_tts_setting_speed": "1.15",
106107
"user_select_tts_setting_volume": "0",
107108
"user_select_tts_setting_pitch": "1",
108-
"user_input_captcha_text": "6601",
109+
"user_input_captcha_text": "4230",
109110
"user_input_paragraph_pause_time": "-1",
110111
"user_select_tts_voice_high_quality": "0"
111112
});
@@ -257,7 +258,7 @@ const TextToVoice = () => {
257258
placeholder='Nhập chữ viết'
258259
value={inputText}
259260
onChange={handleInputChange}
260-
maxLength={100000}
261+
maxLength={10000000}
261262
// Thêm paddingTop để đưa text lên phía trên
262263
/>
263264

0 commit comments

Comments
 (0)