web-dc-api 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,8 @@ export class AIProxyModule implements DCModule {
|
|
|
33
33
|
try {
|
|
34
34
|
this.aiProxyManager = new AIProxyManager(
|
|
35
35
|
context.dcutil,
|
|
36
|
-
context.connectedDc, //todo
|
|
36
|
+
// context.connectedDc, //todo 发布注释
|
|
37
|
+
context.AccountBackupDc, //todo 发布放开
|
|
37
38
|
context.dcNodeClient as any, // Type assertion to bypass service map differences
|
|
38
39
|
context.dcChain,
|
|
39
40
|
context
|