Feat/dataset support api service (#1240)

Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
zxhlyh
2023-09-27 16:06:49 +08:00
committed by GitHub
parent 46154c6705
commit 9dbb8acd4b
14 changed files with 1832 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import SecretKeyModal from '@/app/components/develop/secret-key/secret-key-modal
type ISecretKeyButtonProps = {
className?: string
appId: string
appId?: string
iconCls?: string
textCls?: string
}