feat: update SettingsMagnification

This commit is contained in:
CaIon 2024-05-18 23:04:55 +08:00
parent 98a991306d
commit d6c1e3f37c

View File

@ -135,7 +135,7 @@ export default function SettingsMagnification(props) {
<Row gutter={16}> <Row gutter={16}>
<Col span={16}> <Col span={16}>
<Form.TextArea <Form.TextArea
label={'模型补全倍率'} label={'模型补全倍率(仅对自定义模型有效)'}
extraText={'仅对自定义模型有效'} extraText={'仅对自定义模型有效'}
placeholder={'为一个 JSON 文本,键为模型名称,值为倍率'} placeholder={'为一个 JSON 文本,键为模型名称,值为倍率'}
field={'CompletionRatio'} field={'CompletionRatio'}