mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-26 02:39:45 +02:00
update About
This commit is contained in:
@ -4,6 +4,9 @@ This is an example project, generated by AntOS Development Kit
|
||||
It is used to show the change logs of the current AntOS version
|
||||
|
||||
## Change logs
|
||||
### v0.1.1-b
|
||||
* add missing css file
|
||||
|
||||
### v0.1.0-b
|
||||
* Beta state, read README file from the current OS
|
||||
|
||||
|
20
About/build/debug/main.css
Normal file
20
About/build/debug/main.css
Normal file
@ -0,0 +1,20 @@
|
||||
afx-app-window[data-id = "About"] a:link,
|
||||
afx-app-window[data-id = "About"] a:visited,
|
||||
afx-app-window[data-id = "About"] a:hover
|
||||
{
|
||||
color:#df3154;
|
||||
}
|
||||
afx-app-window[data-id = "About"] afx-hbox[data-id="wrapper"]
|
||||
{
|
||||
overflow-x: hidden;
|
||||
overflow-y:auto;
|
||||
}
|
||||
afx-app-window[data-id = "About"] div[data-id="container"]
|
||||
{
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
afx-app-window[data-id = "About"] img
|
||||
{
|
||||
max-width: 100%;
|
||||
}
|
@ -1,12 +1,13 @@
|
||||
{
|
||||
"app":"About",
|
||||
"pkgname":"About",
|
||||
"name":"About AntOS",
|
||||
"description":"AntOS about",
|
||||
"info":{
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.1.0-b",
|
||||
"version":"0.1.1-b",
|
||||
"category":"Utility",
|
||||
"iconclass":"fa fa-question-circle",
|
||||
"mimes":["none"],
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user