fix: add hf task field (#976)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
takatost
2023-08-23 19:48:31 +08:00
committed by GitHub
parent a76fde3d23
commit 071e7800a0
4 changed files with 58 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ export type ProviderConfigModal = {
icon: ReactElement
defaultValue?: FormValue
validateKeys?: string[] | ((v?: FormValue) => string[])
filterValue?: (v?: FormValue) => FormValue
fields: Field[]
link: {
href: string