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