@openclaw-china/qqbot 0.1.10 → 0.1.11
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
|
@@ -6191,7 +6191,7 @@ ${l}
|
|
|
6191
6191
|
}
|
|
6192
6192
|
}
|
|
6193
6193
|
} }).prompt();
|
|
6194
|
-
var PROJECT_REPO = "https://github.com/BytePioneer-AI/
|
|
6194
|
+
var PROJECT_REPO = "https://github.com/BytePioneer-AI/openclaw-china";
|
|
6195
6195
|
var GUIDES_BASE = "https://github.com/BytePioneer-AI/openclaw-china/tree/main/doc/guides";
|
|
6196
6196
|
var OPENCLAW_HOME = join(homedir(), ".openclaw");
|
|
6197
6197
|
var DEFAULT_PLUGIN_PATH = join(OPENCLAW_HOME, "extensions");
|
|
@@ -6852,7 +6852,7 @@ function registerChinaSetupCli(api, opts) {
|
|
|
6852
6852
|
}
|
|
6853
6853
|
|
|
6854
6854
|
// ../../packages/shared/src/cli/install-hint.ts
|
|
6855
|
-
var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/
|
|
6855
|
+
var PROJECT_REPO2 = "https://github.com/BytePioneer-AI/openclaw-china";
|
|
6856
6856
|
var INSTALL_SETUP_COMMAND = "openclaw china setup";
|
|
6857
6857
|
var START_GATEWAY_COMMAND = "openclaw gateway --port 18789 --verbose";
|
|
6858
6858
|
var ANSI_RESET2 = "\x1B[0m";
|