@openclaw-china/feishu-china 0.1.13 → 0.1.14

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
@@ -5602,7 +5602,7 @@ ${l}
5602
5602
  }
5603
5603
  }
5604
5604
  } }).prompt();
5605
- var PROJECT_REPO = "https://github.com/BytePioneer-AI/moltbot-china";
5605
+ var PROJECT_REPO = "https://github.com/BytePioneer-AI/openclaw-china";
5606
5606
  var GUIDES_BASE = "https://github.com/BytePioneer-AI/openclaw-china/tree/main/doc/guides";
5607
5607
  var OPENCLAW_HOME = join(homedir(), ".openclaw");
5608
5608
  var DEFAULT_PLUGIN_PATH = join(OPENCLAW_HOME, "extensions");
@@ -6263,7 +6263,7 @@ function registerChinaSetupCli(api, opts) {
6263
6263
  }
6264
6264
 
6265
6265
  // ../../packages/shared/src/cli/install-hint.ts
6266
- var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/moltbot-china";
6266
+ var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/openclaw-china";
6267
6267
  var INSTALL_SETUP_COMMAND = "openclaw china setup";
6268
6268
  var START_GATEWAY_COMMAND = "openclaw gateway --port 18789 --verbose";
6269
6269
  var ANSI_RESET2 = "\x1B[0m";