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})} />