Commit f5befd5a by CaIon

feat: update SettingsMagnification

parent 467b9a43
...@@ -135,7 +135,7 @@ export default function SettingsMagnification(props) { ...@@ -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'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment