·
5 commits
to master
since this release
macOS 版显示优化(与 Windows 版 uiopt 功能对齐)。
macOS 移植点(相对 Windows 版)
- 余额状态路径: path.join(DSH_HOME 或 ~/.dsh, ...)(原版硬编码 Windows 路径)
- 插件包解压: unzip -Z1 条目预检(防 zip-slip) + ditto -x -k;subprocess 服务缺失时回退 Node execFile
- 安装脚本: install.sh / uninstall.sh(替代 install.ps1 / uninstall.ps1)
安装
dsh plugin --profile web add ./uiopt-mac-1.0.0.tgz安装后重启 dsh。源码见本地 D:\dsh-plugins\uiopt-mac。