chore: update placeholder text (#36)

This commit is contained in:
JustSong 2023-04-29 18:41:19 +08:00
parent 7c66fc6c21
commit a1ea1bf696

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'