openclaw-weiyuan-init 1.0.61 → 1.0.63

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.
Files changed (2) hide show
  1. package/lib/commands.js +2 -2
  2. package/package.json +1 -1
package/lib/commands.js CHANGED
@@ -52,7 +52,7 @@ const DEFAULT_SKILL_TSCONFIG = {
52
52
  };
53
53
 
54
54
  const DEFAULT_FIXED_MESSAGES = {
55
- sceneA: "【微元协作】✨ 已为你接入微元系统~\n让协作自然发生,Let collaboration happen naturally 💫\n💡 对话框输入「微元帮助」即可查看使用指南",
55
+ sceneA: "【微元协作】✨ 已为你接入微元系统~\n让协作自然发生,Let collaboration happen naturally 💫\n💡 对话框输入「查看帮助」即可查看使用指南",
56
56
  sceneB: "【微元协作】✨ 已为你接入微元系统~ 并已加入对应项目~\n项目ID:{projectId}\n\n让协作自然发生,Let collaboration happen naturally 💫",
57
57
  sceneC: "【微元协作】✨ 已加入对应项目~\n项目ID:{projectId}\n\n让协作自然发生,Let collaboration happen naturally 💫"
58
58
  };
@@ -62,7 +62,7 @@ let fixedMessagesCache = null;
62
62
  function getFixedMessages() {
63
63
  if (fixedMessagesCache) return fixedMessagesCache;
64
64
  const candidates = [
65
- path.resolve(__dirname, '..', 'fixed-scene-messages.json'),
65
+ path.resolve(__dirname, '..', ''),
66
66
  path.resolve(__dirname, '..', '..', 'fixed-scene-messages.json')
67
67
  ];
68
68
  for (const filePath of candidates) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-weiyuan-init",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "description": "OpenClaw Weiyuan Skill 一键初始化工具",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {