mingdao-harness 0.1.54 → 0.1.55
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,11 +86,12 @@ cd MingDao-Harness && bash install.sh
|
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
88
|
npm run desktop # 源码直跑(自动启动内置 WebUI 并打开窗口)
|
|
89
|
-
npm run desktop:dist # 打包为未压缩可运行目录(desktop/dist/linux-unpacked/)
|
|
90
89
|
```
|
|
91
90
|
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
- 内置服务零端口暴露(127.0.0.1 随机端口 + 一次性令牌)、系统托盘常驻、窗口状态记忆、
|
|
92
|
+
权限一律拒绝、外链走系统浏览器、打包版自动更新;
|
|
93
|
+
- 安装包:Linux `AppImage`/`deb`(本地 `npm run desktop:dist` 已实测构建)、Windows NSIS、
|
|
94
|
+
macOS dmg;打 tag 后 CI 自动构建三平台安装包(详见 `desktop/README.md`)。
|
|
94
95
|
|
|
95
96
|
### 从源码运行(开发)
|
|
96
97
|
|