From 8144bdc42f411be049519622f0a7bccb8f3f475d Mon Sep 17 00:00:00 2001 From: wangdl Date: Sat, 6 Jun 2026 12:23:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=8E=E5=AF=86=E9=92=A5/=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E4=B8=8B=E6=8B=89=E6=A1=86=E7=A7=BB=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E5=88=B0=E6=9C=9F=E7=9A=84=20MiniMax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- src/pages/Secrets.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Secrets.tsx b/src/pages/Secrets.tsx index a8b8515..769209b 100644 --- a/src/pages/Secrets.tsx +++ b/src/pages/Secrets.tsx @@ -94,12 +94,12 @@ function SecretsPage() { ]} /> setAddOpen(false)} okText="添加"> setForm({...form, name: e.target.value})} style={{ marginBottom: 12 }} /> - setForm({...form, provider: v})} style={{ width: '100%', marginBottom: 12 }} options={[{label:'DeepSeek',value:'deepseek'},{label:'硅基流动',value:'siliconflow'},{label:'百度OCR',value:'baidu'},{label:'腾讯COS',value:'cos'}]} /> setForm({...form, value: e.target.value})} style={{ marginBottom: 12 }} /> setForm({...form, expiresAt: d?.toISOString() || ''})} style={{ width: '100%' }} /> setBillOpen(false)} okText="录入"> - setBillForm({...billForm, provider: v})} style={{ width: '100%', marginBottom: 12 }} options={[{label:'DeepSeek',value:'deepseek'},{label:'硅基流动',value:'siliconflow'},{label:'百度OCR',value:'baidu'},{label:'腾讯COS',value:'cos'}]} /> setBillForm({...billForm, billMonth: e.target.value})} style={{ marginBottom: 12 }} /> setBillForm({...billForm, amount: v || 0})} style={{ width: '100%', marginBottom: 12 }} min={0} step={0.01} /> setBillForm({...billForm, notes: e.target.value})} />