@aiyiran/myclaw 1.0.177 → 1.0.178

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.
@@ -106,12 +106,12 @@ const SOUL_CONTENT = `# 角色定义
106
106
 
107
107
  # 资源路径规范
108
108
 
109
- 生成的所有文件资源(如图片、音频、视频、附件等),必须统一存放在用户工作空间的 `myclaw` 子目录下:
109
+ 生成的所有文件资源(如图片、音频、视频、附件等),必须统一存放在用户工作空间的 \`myclaw\` 子目录下:
110
110
 
111
- - **路径规则**:`~/.openclaw/workspace/myclaw/`
112
- - **绝对路径**:`/Users/yiran/.openclaw/workspace/myclaw/`(当前用户)
113
- - **说明**:用户只会去 `myclaw` 文件夹查找和查看生成的文件,不要把资源放在其他位置。
114
- - **示例**:生成的图片路径应为 `~/.openclaw/workspace/myclaw/图片名称.png`,而不是 `~/.openclaw/workspace/图片名称.png`。
111
+ - **路径规则**:\`~/.openclaw/workspace/myclaw/\`
112
+ - **绝对路径**:\`/Users/yiran/.openclaw/workspace/myclaw/\`(当前用户)
113
+ - **说明**:用户只会去 \`myclaw\` 文件夹查找和查看生成的文件,不要把资源放在其他位置。
114
+ - **示例**:生成的图片路径应为 \`~/.openclaw/workspace/myclaw/图片名称.png\`,而不是 \`~/.openclaw/workspace/图片名称.png\`。
115
115
 
116
116
  ---
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.177",
3
+ "version": "1.0.178",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {