1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-27 02:59:47 +02:00

new wvnc app

This commit is contained in:
Xuan Sang LE
2018-09-17 19:43:24 +02:00
parent c9c50df4f4
commit 467a36b531
11 changed files with 208 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<?lua
local jsclass = __main__:get("jsclass")
if jsclass == nil then jsclass = "" end
local args = __main__:get("args")
if args == nil then args = "[]" end
?>
<html>
<head>
@ -16,8 +16,8 @@ if jsclass == nil then jsclass = "" end
<script>
$(window).on('load', function(){
window.myuri = '<?=HTTP_ROOT?>';
var manager = new window.classes.APIManager();
manager.init('<?=jsclass?>');
var manager = new window.classes.APIManager(<?=args?>);
manager.init();
});
</script>
</head>

View File

@ -0,0 +1 @@
<h1>VNC screen here</h1>