add remote desktop

This commit is contained in:
lxsang
2020-07-10 16:09:23 +02:00
parent 7f773c4600
commit 4b9645edb1
12 changed files with 165 additions and 396 deletions

View File

@ -7,4 +7,9 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo
**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)
* wvnc.js: [https://github.com/lxsang/wvnc.js](https://github.com/lxsang/wvnc.js)
*
## Change logs
* v0.1.0 - adapt to the new AntOS API

View File

@ -6,5 +6,6 @@ afx-app-window[data-id="RemoteDesktop"] div[data-id="container"]
afx-app-window[data-id="RemoteDesktop"] canvas[data-id="screen"]
{
border:0;
margin:0 auto;
margin: auto;
display: block;
}

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
"author": "",
"email": ""
},
"version":"0.0.1-a",
"version":"0.1.0-a",
"category":"Other",
"icon": "icon.png",
"mimes":["none"]