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 +2 -2
- package/dist/assets/index-Cn2y0c-u.js +8 -8
- package/dist-server/camera.mjs +1 -1
- package/dist-server/ffmpeg.mjs +1 -0
- package/dist-server/index.mjs +1 -1
- package/package.json +1 -2
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
|
-
|
|
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
|
|
43
|
+
2. **npx 下载缓存**(可腾出磁盘):
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
46
|
npm cache clean --force
|