chore: add notice for baidu

This commit is contained in:
JustSong 2023-07-22 23:27:04 +08:00
parent 9a1db61675
commit fcc1e2d568

View File

@ -337,7 +337,7 @@ const EditChannel = () => {
label='密钥'
name='key'
required
placeholder={'请输入密钥'}
placeholder={inputs.type === 15 ? "请输入 access token当前版本暂不支持自动刷新请每 30 天更新一次" : '请输入密钥'}
onChange={handleInputChange}
value={inputs.key}
autoComplete='new-password'