Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김승찬
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김수민
2019-12-05 17:16:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9cf6c64b267aba0ac8d0bb8e5c8cb63951d2b247
9cf6c64b
1 parent
a672be54
name modfi
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.idea/workspace.xml
app.js
.idea/workspace.xml
View file @
9cf6c64
...
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"5c08ae96-2f87-46c1-b81d-f30e494ce252"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/app.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/app.js"
afterDir=
"false"
/>
</list>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
...
...
@@ -71,6 +70,7 @@
<workItem
from=
"1575459081260"
duration=
"382000"
/>
<workItem
from=
"1575532808855"
duration=
"131000"
/>
<workItem
from=
"1575532969901"
duration=
"12000"
/>
<workItem
from=
"1575533747259"
duration=
"32000"
/>
</task>
<servers
/>
</component>
...
...
app.js
View file @
9cf6c64
...
...
@@ -253,7 +253,7 @@ function handleEvent(event) {
var
audio_options
=
{
'Text'
:
result
.
text
,
'OutputFormat'
:
'mp3'
,
'VoiceId'
:
'
Amy
'
,
'VoiceId'
:
'
Seoyeon
'
,
"LanguageCode"
:
'ko-KR'
};
}
else
if
(
options
.
form
.
target
==
'en'
)
{
...
...
Please
register
or
login
to post a comment