From 042cb025630a98119b88ba11e03493fd0c2b35fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=87=E8=96=87=E5=AE=89?= Date: Mon, 26 Jan 2026 21:08:06 +0800 Subject: [PATCH] a --- frontend/src/components/ConfigPanel.jsx | 4 ++-- frontend/src/components/GlobalConfig.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/ConfigPanel.jsx b/frontend/src/components/ConfigPanel.jsx index 1e3694b..225dc77 100644 --- a/frontend/src/components/ConfigPanel.jsx +++ b/frontend/src/components/ConfigPanel.jsx @@ -1809,9 +1809,9 @@ const ConfigItem = ({ label, config, onUpdate, disabled }) => { }} disabled={disabled} className={isEditing ? 'editing' : ''} - placeholder={isPercentKey ? (isPctLike ? '输入0~1(表示0%~1%)' : '输入百分比(可小数)') : '输入数值'} + placeholder={isPercentKey ? '输入小数(0-1之间,如0.30表示30%)' : '输入数值'} /> - {isPercentKey && %} + {/* ⚠️ 简化:去掉%符号,直接显示小数(0.30) */} {isEditing && (