初始化模版工程
This commit is contained in:
9
components/html-editor/server/index.ts
Normal file
9
components/html-editor/server/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { request } from '@/http/request';
|
||||
|
||||
export function saveMarkdown(content: {
|
||||
task_id: string
|
||||
path: string
|
||||
content: string
|
||||
}) {
|
||||
return request.post('/v1/super_agent/chat/write_file', content)
|
||||
}
|
||||
Reference in New Issue
Block a user