Merge remote-tracking branch 'origin/master'

This commit is contained in:
song.tianyang 2021-01-20 16:44:51 +08:00
commit ebdaf4de5f
1 changed files with 3 additions and 2 deletions

View File

@ -81,12 +81,13 @@
],
isCodeEditAlive: true,
languages: [
'beanshell', "python", "groovy"
'beanshell', "python", "groovy", "javascript"
],
codeEditModeMap: {
beanshell: 'java',
python: 'python',
groovy: 'java'
groovy: 'java',
javascript: 'javascript',
}
}
},