chore: update placeholder text (#36)

This commit is contained in:
JustSong
2023-04-29 18:41:19 +08:00
parent 36605cf095
commit 563db52805

View File

@@ -52,7 +52,7 @@ const AddChannel = () => {
<Form.Input
label='Base URL'
name='base_url'
placeholder={'请输入自定义渠道的 Base URL'}
placeholder={'请输入自定义渠道的 Base URL例如https://openai.justsong.cn'}
onChange={handleInputChange}
value={inputs.base_url}
autoComplete='off'