opencrush 0.3.0 → 0.3.2
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 +5 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -245009,10 +245009,10 @@ async function openBrowserPrompt(url, isCN) {
|
|
|
245009
245009
|
async function runSetupWizard() {
|
|
245010
245010
|
console.clear();
|
|
245011
245011
|
console.log(source_default.magenta(`
|
|
245012
|
-
\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
|
|
245013
|
-
\u2551 \u{1F49D} O P E N C R U S H
|
|
245014
|
-
\u2551
|
|
245015
|
-
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
245012
|
+
\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
|
|
245013
|
+
\u2551 \u{1F49D} O P E N C R U S H \u2551
|
|
245014
|
+
\u2551 Your AI companion lives on your device \u2551
|
|
245015
|
+
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
245016
245016
|
`));
|
|
245017
245017
|
const isCN = false;
|
|
245018
245018
|
console.log(source_default.cyan(isCN ? "\u6B22\u8FCE\uFF01\u51E0\u6B65\u5C31\u80FD\u641E\u5B9A\u3002\n" : "Welcome! Let's get you set up.\n"));
|
|
@@ -246212,7 +246212,7 @@ async function main2() {
|
|
|
246212
246212
|
case "help":
|
|
246213
246213
|
case "-h": {
|
|
246214
246214
|
console.log(`
|
|
246215
|
-
${source_default.magenta("\u{1F49D} Opencrush")} \u2014 Your AI companion
|
|
246215
|
+
${source_default.magenta("\u{1F49D} Opencrush")} \u2014 Your AI companion lives on your device
|
|
246216
246216
|
|
|
246217
246217
|
${source_default.bold("Usage:")}
|
|
246218
246218
|
${source_default.cyan("npx opencrush@latest")} First-time setup (auto-detected)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencrush",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Your AI companion lives on your
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"description": "Your AI companion lives on your device. She watches dramas, listens to music, and thinks of you.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"opencrush": "dist/index.js"
|
|
7
7
|
},
|