File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments