feat: 支持js脚本

This commit is contained in:
chenjianxing 2021-01-20 16:00:35 +08:00
parent d2e0e81f60
commit b2870b6329
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',
}
}
},