diff --git a/README.md b/README.md index 554b52a..f1e92a6 100644 --- a/README.md +++ b/README.md @@ -41,41 +41,19 @@ dashboard页面 ![dashboard](docs/imgs/dashboard.png) -linux命令行效果 +命令行 -![linux-shell](docs/imgs/shell_linux.png) +| platform | 386 | x86_64 | arm | arm64 | +| -------- | --- | ------ | --- | ----- | +| windows | ✅ | ✅ | ✅ | ✅ | +| macos | ✅ | ✅ | ✅ | ✅ | +| linux | ✅ | ✅ | ✅ | ✅ | -windows命令行效果 +![shell](docs/imgs/shell.gif) -![windows-shell](docs/imgs/shell_win.png) +远程桌面 -windows2008远程桌面 - -![win2008-vnc](docs/imgs/vnc_win2008.png) - -windows10远程桌面 - -![win10-vnc](docs/imgs/vnc_win10.png) - -windows11远程桌面 - -![win11-vnc](docs/imgs/vnc_win11.png) - -ubuntu远程桌面 - -![ubuntu-vnc](docs/imgs/vnc_ubuntu.png) - -fedora远程桌面 - -![fedora-vnc](docs/imgs/vnc_fedora.png) - -deepin远程桌面 - -![deepin-vnc](docs/imgs/vnc_deepin.png) - -macos远程桌面 - -![macos-vnc](docs/imgs/vnc_macos.png) +![vnc](docs/imgs/vnc.gif) windows读取剪贴板内容 diff --git a/docs/imgs/shell.gif b/docs/imgs/shell.gif new file mode 100755 index 0000000..2343195 Binary files /dev/null and b/docs/imgs/shell.gif differ diff --git a/docs/imgs/vnc.gif b/docs/imgs/vnc.gif new file mode 100755 index 0000000..a8d05b6 Binary files /dev/null and b/docs/imgs/vnc.gif differ