1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 18:00:58 +08:00

feat(数据结构): 新增不同语言的查找算法代码

This commit is contained in:
142vip.cn
2023-11-19 23:39:36 +08:00
parent 25013ce9cd
commit ec1dba661f
40 changed files with 1660 additions and 23 deletions

View File

@@ -163,7 +163,9 @@ async function getScriptCommand() {
return scriptCommand
}
/**
* 执行构建命令
*/
;(async () => {
const scriptCommand = await getScriptCommand()
await execShell(scriptCommand)