You've already forked DataMate
feat: add file copying functionality to dataset directory and update base path configuration
This commit is contained in:
@@ -27,16 +27,16 @@ export default function SettingsPage() {
|
||||
icon: <Component className="w-4 h-4" />,
|
||||
label: "模型接入",
|
||||
},
|
||||
// {
|
||||
// key: "system-config",
|
||||
// icon: <SettingOutlined />,
|
||||
// label: "参数配置",
|
||||
// },
|
||||
// {
|
||||
// key: "webhook-config",
|
||||
// icon: <ApiOutlined />,
|
||||
// label: "Webhook",
|
||||
// },
|
||||
{
|
||||
key: "system-config",
|
||||
icon: <SettingOutlined />,
|
||||
label: "参数配置",
|
||||
},
|
||||
{
|
||||
key: "webhook-config",
|
||||
icon: <ApiOutlined />,
|
||||
label: "Webhook",
|
||||
},
|
||||
]}
|
||||
selectedKeys={[activeTab]}
|
||||
onClick={({ key }) => {
|
||||
|
||||
Reference in New Issue
Block a user