chore: update placeholder text (#36)

This commit is contained in:
JustSong 2023-04-29 18:42:05 +08:00
parent a1ea1bf696
commit 4fed003f1a

View File

@ -66,7 +66,7 @@ const EditChannel = () => {
<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'