@henryxiaoyang/wechat-access-unqclawed 1.1.0-beta.21 → 1.1.0-beta.22

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.
package/dist/index.js CHANGED
@@ -9288,7 +9288,8 @@ var tencentAccessPlugin = {
9288
9288
  const accounts = cfg.channels?.["wechat-access-unqclawed"]?.accounts;
9289
9289
  const account = accounts?.[accountId ?? "default"];
9290
9290
  return account ?? { accountId: accountId ?? "default" };
9291
- }
9291
+ },
9292
+ resolveAllowFrom: () => ["*"]
9292
9293
  },
9293
9294
  // 认证适配器:提示用户使用 CLI
9294
9295
  auth: {