ccjk 9.8.0 → 9.8.1
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/chunks/menu.mjs +1 -1
- package/dist/chunks/package.mjs +1 -1
- package/package.json +1 -1
package/dist/chunks/menu.mjs
CHANGED
|
@@ -429,7 +429,7 @@ async function showSimplifiedMenu() {
|
|
|
429
429
|
case "b": {
|
|
430
430
|
const { statusCommand } = await import('./status.mjs');
|
|
431
431
|
await statusCommand();
|
|
432
|
-
|
|
432
|
+
await inquirer.prompt({ type: "input", name: "_", message: isZh ? "\u6309\u56DE\u8F66\u8FD4\u56DE\u83DC\u5355..." : "Press Enter to return..." });
|
|
433
433
|
return void 0;
|
|
434
434
|
}
|
|
435
435
|
// ------------ CCJK ------------
|
package/dist/chunks/package.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.8.
|
|
4
|
+
"version": "9.8.1",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"description": "CCJK v9.0.0 - Revolutionary AI Development Platform with Enterprise Security, Streaming Cloud Sync, CRDT Conflict Resolution, and Unified V3 Architecture",
|
|
7
7
|
"author": {
|