feat: modelscope model

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent b041cdc766
commit 3ab29f9e01
24 changed files with 618 additions and 286 deletions
+1
View File
@@ -176,6 +176,7 @@ export default (props: any) => {
{logo}
<div className="collapse-wrap">
<Button
style={{ marginRight: collapsed ? 0 : -14 }}
size="small"
type={collapsed ? 'default' : 'text'}
onClick={handleToggleCollapse}