@yulailai/openclaw-plugin-self-growth 3.1.15 → 3.1.17
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/package.json +1 -4
package/dist/index.js
CHANGED
|
@@ -263,10 +263,10 @@ async function ensureInit() {
|
|
|
263
263
|
if (!email && !token && deviceId) {
|
|
264
264
|
console.log("\n╔══════════════════════════════════════╗");
|
|
265
265
|
console.log("║ 🌐 首次使用请注册/登录: ║");
|
|
266
|
-
console.log(`║ https://yulailai.com/
|
|
266
|
+
console.log(`║ https://yulailai.com/products/self-growth/connect.html?deviceId=${deviceId} ║`);
|
|
267
267
|
console.log("╚══════════════════════════════════════╝\n");
|
|
268
268
|
try {
|
|
269
|
-
require('child_process').exec(`start https://yulailai.com/
|
|
269
|
+
require('child_process').exec(`start https://yulailai.com/products/self-growth/connect.html?deviceId=${deviceId}`);
|
|
270
270
|
}
|
|
271
271
|
catch { }
|
|
272
272
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yulailai/openclaw-plugin-self-growth",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.17",
|
|
4
4
|
"description": "让 Agent 具备自我成长、复盘与技能进化能力的插件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -60,9 +60,6 @@
|
|
|
60
60
|
"defaultChoice": "npm"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
"peerDependencies": {
|
|
64
|
-
"openclaw": ">=2026.3.24-beta.2"
|
|
65
|
-
},
|
|
66
63
|
"devDependencies": {
|
|
67
64
|
"typescript": "^5.0.0",
|
|
68
65
|
"@types/node": "^20.0.0",
|