feat: autoFunc可以ai添加代码。

This commit is contained in:
pixelmaxQM
2024-10-24 22:55:15 +08:00
parent f191601ab4
commit bb8210b88e
3 changed files with 56 additions and 6 deletions

View File

@@ -255,7 +255,7 @@ type AutoFunc struct {
IsPreview bool `json:"isPreview"` // 是否预览
IsAi bool `json:"isAi"` // 是否AI
ApiFunc string `json:"apiFunc"` // API方法
ServeFunc string `json:"serveFunc"` // 服务方法
ServerFunc string `json:"serverFunc"` // 服务方法
JsFunc string `json:"jsFunc"` // JS方法
}