feat: 启用AI股票生成与新闻生成任务并切换至OpenAI接口配置

This commit is contained in:
chenchun
2025-08-28 15:40:59 +08:00
parent 1d108983e8
commit d2c6238df1
5 changed files with 21 additions and 21 deletions

View File

@@ -106,7 +106,7 @@ namespace Yi.Abp.Web
//本地开发环境,可以禁用作业执行
if (host.IsDevelopment())
{
Configure<AbpBackgroundWorkerOptions>(options => { options.IsEnabled = false; });
Configure<AbpBackgroundWorkerOptions>(options => { options.IsEnabled = true; });
}
//请求日志