From f1dcfc0d2b57763b1e6ff26b542fddff3c417577 Mon Sep 17 00:00:00 2001 From: Zylan Date: Wed, 19 Mar 2025 17:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/calculator.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/calculator.tsx b/components/calculator.tsx index f8e7be5..5d51d1e 100644 --- a/components/calculator.tsx +++ b/components/calculator.tsx @@ -309,7 +309,7 @@ const SalaryCalculator = () => {

这b班上得值不值·测算版 - v3.3.2 + v3.4.1

{/* GitHub 链接和访问量计数 */} @@ -562,15 +562,15 @@ const SalaryCalculator = () => {
{/* 添加工作类型RadioGroup */} @@ -582,7 +582,7 @@ const SalaryCalculator = () => { options={[ { label: '偏僻的工厂/工地/户外', value: '0.8' }, { label: '工厂/工地/户外', value: '0.9' }, - { label: '普通', value: '1.0' }, + { label: '普通环境', value: '1.0' }, { label: 'CBD', value: '1.1' }, ]} />