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 context.AccountBackupDc,
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-dc-api",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "web相关的dcapi",
5
5
  "type": "module",
6
6
  "browser": "dist/index.umd.js",