feat: 增加AI生成页面功能。

This commit is contained in:
pixelmaxQM
2025-04-07 17:03:18 +08:00
parent e111b01f16
commit 5fe5caaf2b
6 changed files with 130 additions and 532 deletions

View File

@@ -173,6 +173,17 @@ export const eye = (data) => {
}
export const createWeb = (data) => {
return service({
url: '/autoCode/llmAuto',
method: 'post',
data: { ...data, mode: 'painter' },
timeout: 1000 * 60 * 10
})
}
export const addFunc = (data) => {
return service({
url: '/autoCode/addFunc',