feat:webui支持更加优化的模型配置,优化多处UI体验,支持设置视觉和cache价格,修复多重表达不生效的问题,修复表情包路径错误
This commit is contained in:
@@ -40,6 +40,8 @@ export interface FieldSchema {
|
||||
'x-icon'?: string
|
||||
'x-layout'?: 'inline-right'
|
||||
'x-input-width'?: string
|
||||
'x-textarea-min-height'?: number
|
||||
'x-textarea-rows'?: number
|
||||
advanced?: boolean
|
||||
step?: number
|
||||
}
|
||||
@@ -52,7 +54,6 @@ export interface ConfigSchema {
|
||||
uiParent?: string
|
||||
uiLabel?: string
|
||||
uiIcon?: string
|
||||
uiMergeChildren?: string[]
|
||||
}
|
||||
|
||||
export interface ConfigSchemaResponse {
|
||||
|
||||
@@ -11,6 +11,7 @@ export interface Expression {
|
||||
style: string
|
||||
last_active_time: number
|
||||
chat_id: string
|
||||
chat_name?: string | null
|
||||
create_date: number | null
|
||||
checked: boolean
|
||||
rejected: boolean
|
||||
|
||||
Reference in New Issue
Block a user