mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
add remote desktop
This commit is contained in:
@ -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
|
@ -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
@ -6,7 +6,7 @@
|
||||
"author": "",
|
||||
"email": ""
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.1.0-a",
|
||||
"category":"Other",
|
||||
"icon": "icon.png",
|
||||
"mimes":["none"]
|
||||
|
Reference in New Issue
Block a user