mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-20 04:08:20 +01:00
Merge branch 'master' of github.com:lxsang/antosdk-apps
This commit is contained in:
commit
aaacbab371
@ -2,4 +2,3 @@
|
|||||||
|
|
||||||
Repository for my AntOS applications developed by AntOSDK.
|
Repository for my AntOS applications developed by AntOSDK.
|
||||||
This repository is used by the MarketPlace application to install, update applications.
|
This repository is used by the MarketPlace application to install, update applications.
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
|||||||
"email": "xsang.le@gmail.com",
|
"email": "xsang.le@gmail.com",
|
||||||
"licences": "GPLv3"
|
"licences": "GPLv3"
|
||||||
},
|
},
|
||||||
"version":"0.0.5-a",
|
"version":"0.0.6-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
"iconclass": "fa fa-delicious",
|
"iconclass": "fa fa-delicious",
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<afx-button text="__(This is the label)"
|
<afx-button text="__(This is the label)"
|
||||||
data-id="bttest"
|
data-id="bttest"
|
||||||
iconclass="fa fa-camera-retro fa-lg"
|
iconclass="fa fa-camera-retro fa-lg"
|
||||||
icon="os://packages/DummyApp/icon.png" ></afx-button>
|
icon="os://packages/DummyApp/icon.png"></afx-button>
|
||||||
<afx-nspinner data-id="spin" value="10" step="2" ></afx-nspinner>
|
<afx-nspinner data-id="spin" value="10" step="2" ></afx-nspinner>
|
||||||
</afx-hbox>
|
</afx-hbox>
|
||||||
<afx-resizer data-height="5" ></afx-resizer>
|
<afx-resizer data-height="5" ></afx-resizer>
|
||||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
"email": "xsang.le@gmail.com",
|
"email": "xsang.le@gmail.com",
|
||||||
"licences": "GPLv3"
|
"licences": "GPLv3"
|
||||||
},
|
},
|
||||||
"version":"0.0.5-a",
|
"version":"0.0.6-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
"iconclass": "fa fa-delicious",
|
"iconclass": "fa fa-delicious",
|
||||||
|
@ -245,7 +245,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/ShowCase/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/ShowCase/README.md",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"version": "0.0.5-a",
|
"version": "0.0.6-a",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/ShowCase/build/release/ShowCase.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/ShowCase/build/release/ShowCase.zip"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user