更新408

This commit is contained in:
2026-07-31 23:47:17 +08:00
parent 613ab04802
commit a1514b5f82
4 changed files with 66 additions and 29 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func NewApp(ctx context.Context) (*App, error) {
authSvc := service.NewAuthService(userRepo, siteRepo, sessionSvc, emailCodeSvc, smtpSvc, cgroupRepo)
appSettingsSvc := service.NewAppSettingsService(siteRepo, eventRepo, smtpSvc, rustfsClient)
imageAccessSvc := service.NewImageAccessService(cfg.GeneratedRoot, showcaseRepo, authSvc)
adobeClient := adobe.NewClient("clio-playground-web", "")
adobeClient := adobe.NewClient("projectx_webapp", "")
chatGPTClient := chatgpt.NewClient("")
runwayClient := runway.NewClient("")
leonardoClient := leonardo.NewClient("")