From f3586ba56d0ed7c71d678fa5a3c2c2da8a51fc75 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期二, 21 一月 2025 19:08:54 +0800 Subject: [PATCH] 一些修改建议 --- scripts/use.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/use.js b/scripts/use.js index ba8248f..2808eaa 100644 --- a/scripts/use.js +++ b/scripts/use.js @@ -1,2 +1,4 @@ -const { copyFile } = require('./helper'); -copyFile('npm run use'); \ No newline at end of file +const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper'); +changeBranch(); +checkCustomer('npm run use', firstCustomerName); +copyFile(); -- Gitblit v1.9.3