mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 12:23:29 +08:00
task 支持运行 mjs 文件
This commit is contained in:
@@ -14,6 +14,7 @@ const { Option } = Select;
|
||||
const LangMap: any = {
|
||||
'.py': 'python',
|
||||
'.js': 'javascript',
|
||||
'.mjs': 'javascript',
|
||||
'.sh': 'shell',
|
||||
'.ts': 'typescript',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user