From 8c28fc1b1f3c71fec1ed82394b982fa60443f4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sun, 6 Jul 2025 09:57:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B2=A1=E6=9C=89=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E6=96=B9=EF=BC=8C=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/formulaStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/formulaStore.ts b/src/stores/formulaStore.ts index b78a61b..d2721fd 100644 --- a/src/stores/formulaStore.ts +++ b/src/stores/formulaStore.ts @@ -30,7 +30,7 @@ const createDefaultFormulaInfo = (): Formula.FormulaItem => ({ stoped_gs: 300, stoped_humi: 85, stoped_satur: 85, - name: '默认配方', + name: '默认配置', }) // 清空配方函数 const createResetFormulaInfo = (): Formula.FormulaItem => ({