yo-moss-ai 0.0.1 → 0.0.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/README.md CHANGED
@@ -14,7 +14,7 @@ npx yo-moss-ai
14
14
  npx yo-moss-ai@0.1.0
15
15
  ```
16
16
 
17
- 首次运行会下载依赖(含摄像头预览用的 ffmpeg),可能需要一两分钟。之后再运行会快很多。
17
+ 首次启动会从国内镜像下载摄像头预览用的 ffmpeg(约 20MB),保存到 `~/.moss-desktop/bin`。之后再运行会直接用本地文件。
18
18
 
19
19
  启动成功后终端会打印类似:
20
20
 
@@ -40,7 +40,7 @@ rm -rf ~/.moss-desktop
40
40
  Remove-Item -Recurse -Force "$env:USERPROFILE\.moss-desktop"
41
41
  ```
42
42
 
43
- 2. **npx 下载缓存**(含 ffmpeg 等依赖,可腾出磁盘):
43
+ 2. **npx 下载缓存**(可腾出磁盘):
44
44
 
45
45
  ```bash
46
46
  npm cache clean --force