mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
Update major applications to support AntOS v2.0.x
This commit is contained in:
@ -5,6 +5,7 @@ Application for serverside code testing and analytics tool.
|
||||
It allows to execute lua code on the server from the browser
|
||||
|
||||
## Change logs
|
||||
* 0.1.1-a: Minor changes to support mobile devices
|
||||
* 0.1.0-a: Change package dependencies
|
||||
* 0.0.7-a: Change icon and category
|
||||
* 0.0.6-a: Fix ace path error
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.1.0-a",
|
||||
"version":"0.1.1-a",
|
||||
"category":"Development",
|
||||
"iconclass":"bi bi-gear-fill",
|
||||
"dependencies":["ACECore@1.4.12-r"],
|
||||
|
@ -1,14 +1,14 @@
|
||||
<afx-app-window apptitle="Lua Playground" width="500" height="400" data-id="Lua Playground">
|
||||
<afx-hbox >
|
||||
<div data-id="editorea" data-width="250"></div>
|
||||
<afx-resizer data-width="3"></afx-resizer>
|
||||
<afx-vbox >
|
||||
<div data-id="editorea"></div>
|
||||
<afx-resizer data-height="4"></afx-resizer>
|
||||
<afx-vbox>
|
||||
<afx-hbox data-height="20" data-id="bottom-vbox">
|
||||
<afx-button data-id = "log-clear" data-width="25" iconclass="fa fa-trash"></afx-button>
|
||||
<afx-button data-id = "code-run" data-width="25" iconclass="fa fa-play"></afx-button>
|
||||
<afx-button data-id = "code-stop" data-width="25" iconclass="fa fa-stop"></afx-button>
|
||||
</afx-hbox>
|
||||
<div data-height="35" data-id="bottom-vbox">
|
||||
<afx-button data-id = "log-clear" iconclass="fa fa-trash"></afx-button>
|
||||
<afx-button data-id = "code-run" iconclass="fa fa-play"></afx-button>
|
||||
<afx-button data-id = "code-stop" iconclass="fa fa-stop"></afx-button>
|
||||
</div>
|
||||
<div data-id="output"></div>
|
||||
</afx-vbox>
|
||||
</afx-hbox>
|
||||
</afx-vbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user