feat: 完成功能

This commit is contained in:
ccnetcore
2025-07-17 23:52:00 +08:00
parent c5b0f69b51
commit 30678dbbb4
7 changed files with 43 additions and 29 deletions

View File

@@ -56,7 +56,8 @@ public class AiGateWayManager : DomainService
ModelId = model.ModelId,
ModelName = model.Name,
Description = model.Description,
ExtraUrl = app.ExtraUrl
AppExtraUrl = app.ExtraUrl,
ModelExtraInfo = model.ExtraInfo
};
}
}