feat: 优化渠道分组配置更新机制

This commit is contained in:
tbphp
2025-07-13 12:32:09 +08:00
parent 53700b5728
commit 399fb1bcb3
2 changed files with 16 additions and 8 deletions

View File

@@ -145,6 +145,7 @@ func (f *Factory) newBaseChannel(name string, group *models.Group) (*BaseChannel
HTTPClient: httpClient,
StreamClient: streamClient,
TestModel: group.TestModel,
channelType: group.ChannelType,
groupUpstreams: group.Upstreams,
effectiveConfig: &group.EffectiveConfig,
}, nil