chore: update default theme style

This commit is contained in:
JustSong
2025-01-31 23:10:02 +08:00
parent f2c7c424e9
commit 3d29713268
4 changed files with 333 additions and 293 deletions

View File

@@ -280,8 +280,8 @@ const EditChannel = () => {
{inputs.type === 3 && (
<>
<Message>
注意<strong>模型部署名称必须和模型名称保持一致</strong>
One API 会把请求体中的 model
注意<strong>模型部署名称必须和模型名称保持一致</strong>
因为 One API 会把请求体中的 model
参数替换为你的部署名称模型名称中的点会被剔除
<a
target='_blank'
@@ -686,7 +686,11 @@ const EditChannel = () => {
</Form.Field>
)}
<Button onClick={handleCancel}>取消</Button>
<Button type={isEdit ? 'button' : 'submit'} positive onClick={submit}>
<Button
type={isEdit ? 'button' : 'submit'}
positive
onClick={submit}
>
提交
</Button>
</Form>