mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
add new package
This commit is contained in:
5
Antunnel/build/debug/README.md
Normal file
5
Antunnel/build/debug/README.md
Normal 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.
|
1
Antunnel/build/debug/main.js
Normal file
1
Antunnel/build/debug/main.js
Normal file
File diff suppressed because one or more lines are too long
17
Antunnel/build/debug/package.json
Normal file
17
Antunnel/build/debug/package.json
Normal 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": {}
|
||||
}
|
5
Antunnel/build/debug/scheme.html
Normal file
5
Antunnel/build/debug/scheme.html
Normal 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>
|
Reference in New Issue
Block a user