feat: suno api 支持
feat: 调试 suno feat: 补充suno 文档
This commit is contained in:
10
web/src/pages/Task/index.js
Normal file
10
web/src/pages/Task/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import TaskLogsTable from "../../components/TaskLogsTable.js";
|
||||
|
||||
const Task = () => (
|
||||
<>
|
||||
<TaskLogsTable />
|
||||
</>
|
||||
);
|
||||
|
||||
export default Task;
|
||||
Reference in New Issue
Block a user