update generic client

This commit is contained in:
lxsang 2021-11-22 14:58:20 +01:00
parent c11a9f6ca4
commit e1ac72f12e
6 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient"> <afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
<afx-hbox > <afx-hbox >
<iframe frameborder="0" data-id="container" src=""></iframe> <iframe frameborder="0" data-id="container" src=""></iframe>
</afx-hbox> </afx-hbox>

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE", "author": "Xuan Sang LE",
"email": "mrsang@iohub.dev" "email": "mrsang@iohub.dev"
}, },
"version":"0.1.2-a", "version":"0.1.3-a",
"category":"Internet", "category":"Internet",
"iconclass":"bi bi-hurricane", "iconclass":"bi bi-hurricane",
"mimes":["none"], "mimes":["none"],

View File

@ -1,4 +1,4 @@
<afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient"> <afx-app-window apptitle="__(Unknow client)" width="700" height="500" data-id="GPClient" blur-overlay="true">
<afx-hbox > <afx-hbox >
<iframe frameborder="0" data-id="container" src=""></iframe> <iframe frameborder="0" data-id="container" src=""></iframe>
</afx-hbox> </afx-hbox>

Binary file not shown.

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE", "author": "Xuan Sang LE",
"email": "mrsang@iohub.dev" "email": "mrsang@iohub.dev"
}, },
"version":"0.1.2-a", "version":"0.1.3-a",
"category":"Internet", "category":"Internet",
"iconclass":"bi bi-hurricane", "iconclass":"bi bi-hurricane",
"mimes":["none"], "mimes":["none"],

View File

@ -155,7 +155,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GPClient/README.md", "description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GPClient/README.md",
"category": "Internet", "category": "Internet",
"author": "Xuan Sang LE", "author": "Xuan Sang LE",
"version": "0.1.2-a", "version": "0.1.3-a",
"dependencies": [], "dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GPClient/build/release/GPClient.zip" "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GPClient/build/release/GPClient.zip"
}, },