From 6a71c216a24a6623e4aa0b45d7c3240562c09c96 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 17 二月 2025 10:38:17 +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