From 358d7a8484bf8ad45a4936e168c422e0a1860d17 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期五, 03 一月 2025 17:28:29 +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