update remoteDesktop

This commit is contained in:
lxsang
2020-12-29 19:36:35 +00:00
parent b31cd4302d
commit 0a6f8c0f8c
23 changed files with 757 additions and 34 deletions

View File

@ -5,11 +5,8 @@ A web based VNC client allowing to control remote VNC desktop from browser. The
Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blog.lxsang.me/post/id/23)
**Credit**
* antd-wvnc-plugin: [https://github.com/lxsang/antd-wvnc-plugin](https://github.com/lxsang/antd-wvnc-plugin)
* wvnc.js: [https://github.com/lxsang/wvnc.js](https://github.com/lxsang/wvnc.js)
*
## Change logs
* v0.1.5 - add package dependencies and use the new **libwvnc**
* v0.1.0 - adapt to the new AntOS API

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,8 @@
"author": "",
"email": ""
},
"version":"0.1.0-a",
"version":"0.1.5-a",
"dependencies": ["libwvnc@0.1.2-a"],
"category":"Other",
"icon": "icon.png",
"mimes":["none"]