From 81b502f993c7743657a4ebe6120b0d5865b83e64 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Thu, 21 Aug 2025 13:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compile.sh | 1 - src/components/entity/EntityConfigPanel.vue | 2 +- src/components/entity/WeaponStatsPanel.vue | 2 +- yarn.lock | 2772 +++++++++++++++++++ 4 files changed, 2774 insertions(+), 3 deletions(-) create mode 100644 yarn.lock diff --git a/compile.sh b/compile.sh index bc61352..422592d 100755 --- a/compile.sh +++ b/compile.sh @@ -44,7 +44,6 @@ if [ "$current_branch" = "$BRANCH_NAME" ]; then # 准备dist目录 mkdir -p dist - cp -r .next dist/ cp -r public dist/ cp package.json dist/ cp package-lock.json dist/ diff --git a/src/components/entity/EntityConfigPanel.vue b/src/components/entity/EntityConfigPanel.vue index a82423b..346f0d1 100644 --- a/src/components/entity/EntityConfigPanel.vue +++ b/src/components/entity/EntityConfigPanel.vue @@ -80,7 +80,7 @@ function saveConfig() {