From fed824272f3a5195540345fba66013d39736bd25 Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Wed, 3 Jun 2026 15:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/json/{LanTIan.json => LanTian.json} | 0 src/hooks/rainstorm/useRainDisasterChain.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/assets/json/{LanTIan.json => LanTian.json} (100%) diff --git a/src/assets/json/LanTIan.json b/src/assets/json/LanTian.json similarity index 100% rename from src/assets/json/LanTIan.json rename to src/assets/json/LanTian.json diff --git a/src/hooks/rainstorm/useRainDisasterChain.ts b/src/hooks/rainstorm/useRainDisasterChain.ts index 48de261..0d83299 100644 --- a/src/hooks/rainstorm/useRainDisasterChain.ts +++ b/src/hooks/rainstorm/useRainDisasterChain.ts @@ -175,7 +175,7 @@ export const useRainDisasterChain = () => { */ const rightButtonInfo = [ { - name: '降雨推演', + name: '自动推演', callback: (status: unknown) => rightHandle.rainstormSimulation(status), }, {