feat: provider add baichuan (#1298)

This commit is contained in:
zxhlyh
2023-10-10 12:10:43 +08:00
committed by GitHub
parent 4ab4bcc074
commit df07fb5951
25 changed files with 435 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ const Icon = React.forwardRef<HTMLSpanElement, React.DetailedHTMLProps<React.HTM
ref,
) => <span className={cn(s.wrapper, className)} {...restProps} ref={ref} />)
Icon.displayName = '<%= fileName %>'
export default Icon
`.trim())