@openclaw-china/wecom-app 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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5566,7 +5566,7 @@ ${l}
|
|
|
5566
5566
|
}
|
|
5567
5567
|
}
|
|
5568
5568
|
} }).prompt();
|
|
5569
|
-
var PROJECT_REPO = "https://github.com/BytePioneer-AI/
|
|
5569
|
+
var PROJECT_REPO = "https://github.com/BytePioneer-AI/openclaw-china";
|
|
5570
5570
|
var GUIDES_BASE = "https://github.com/BytePioneer-AI/openclaw-china/tree/main/doc/guides";
|
|
5571
5571
|
var OPENCLAW_HOME = join(homedir(), ".openclaw");
|
|
5572
5572
|
var DEFAULT_PLUGIN_PATH = join(OPENCLAW_HOME, "extensions");
|
|
@@ -6227,7 +6227,7 @@ function registerChinaSetupCli(api, opts) {
|
|
|
6227
6227
|
}
|
|
6228
6228
|
|
|
6229
6229
|
// ../../packages/shared/src/cli/install-hint.ts
|
|
6230
|
-
var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/
|
|
6230
|
+
var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/openclaw-china";
|
|
6231
6231
|
var INSTALL_SETUP_COMMAND = "openclaw china setup";
|
|
6232
6232
|
var START_GATEWAY_COMMAND = "openclaw gateway --port 18789 --verbose";
|
|
6233
6233
|
var ANSI_RESET2 = "\x1B[0m";
|