add new package

This commit is contained in:
lxsang
2020-08-06 23:21:42 +02:00
parent 694afc162d
commit 525badca3f
28 changed files with 1099 additions and 2 deletions

View File

@ -0,0 +1,5 @@
# Antunnel
`Antunnel` is a client side API that allows AntOS applications to
talk to server side applications via the [`antd-tunnel-pligin`](https://github.com/lxsang/antd-tunnel-plugin) plugin
using a single websocket API.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,17 @@
{
"pkgname": "Antunnel",
"name":"Antunnel",
"services": [
"AntunnelService"
],
"description":"Antunnel API library",
"info":{
"author": "Xuan Sang LE",
"email": "xsang.le@lxsang.me"
},
"version":"0.1.1-a",
"category":"Library",
"iconclass":"fa fa-adn",
"mimes":["none"],
"locale": {}
}

View File

@ -0,0 +1,5 @@
<afx-app-window apptitle="Antunnel" width="500" height="400" data-id="Antunnel">
<afx-hbox >
<afx-button text="Sub" data-id="btsub"></afx-button>
</afx-hbox>
</afx-app-window>