@openclaw-china/dingtalk 0.1.37 → 0.1.38
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
|
@@ -6199,7 +6199,7 @@ ${l}
|
|
|
6199
6199
|
}
|
|
6200
6200
|
}
|
|
6201
6201
|
} }).prompt();
|
|
6202
|
-
var PROJECT_REPO = "https://github.com/BytePioneer-AI/
|
|
6202
|
+
var PROJECT_REPO = "https://github.com/BytePioneer-AI/openclaw-china";
|
|
6203
6203
|
var GUIDES_BASE = "https://github.com/BytePioneer-AI/openclaw-china/tree/main/doc/guides";
|
|
6204
6204
|
var OPENCLAW_HOME = join(homedir(), ".openclaw");
|
|
6205
6205
|
var DEFAULT_PLUGIN_PATH = join(OPENCLAW_HOME, "extensions");
|
|
@@ -6860,7 +6860,7 @@ function registerChinaSetupCli(api, opts) {
|
|
|
6860
6860
|
}
|
|
6861
6861
|
|
|
6862
6862
|
// ../../packages/shared/src/cli/install-hint.ts
|
|
6863
|
-
var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/
|
|
6863
|
+
var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/openclaw-china";
|
|
6864
6864
|
var INSTALL_SETUP_COMMAND = "openclaw china setup";
|
|
6865
6865
|
var START_GATEWAY_COMMAND = "openclaw gateway --port 18789 --verbose";
|
|
6866
6866
|
var ANSI_RESET2 = "\x1B[0m";
|