update package script

This commit is contained in:
Liujian
2025-01-08 11:11:41 +08:00
parent 9cf1cd99c2
commit 526390816b
10 changed files with 96 additions and 35 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (i *imlAPIService) OnComplete() {
}
func labelHandler(e *api.AiAPIInfo) []string {
return []string{e.Name}
return []string{e.Name, e.Path}
}
func uniquestHandler(i *Create) []map[string]interface{} {
return []map[string]interface{}{{"uuid": i.ID}}