Add link style in About

This commit is contained in:
Xuan Sang LE 2020-06-05 18:41:33 +02:00
parent 676cce26c2
commit 5b1cbf51ee
9 changed files with 29 additions and 6 deletions

View File

@ -1,4 +1,9 @@
# About
This is an example project, generated by AntOS Development Kit
It is used to show the change logs of the current AntOS version
It is used to show the change logs of the current AntOS version
## Change logs
### v0.0.4-a
* Add color style to link
* Fix some minor bugs

View File

@ -1,4 +1,9 @@
# About
This is an example project, generated by AntOS Development Kit
It is used to show the change logs of the current AntOS version
It is used to show the change logs of the current AntOS version
## Change logs
### v0.0.4-a
* Add color style to link
* Fix some minor bugs

View File

@ -0,0 +1,7 @@
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;
}

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.0.3-a",
"version":"0.0.4-a",
"category":"Other",
"iconclass":"fa fa-question-circle",
"mimes":["none"],

Binary file not shown.

6
About/css/main.css Normal file
View File

@ -0,0 +1,6 @@
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;
}

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.0.3-a",
"version":"0.0.4-a",
"category":"Other",
"iconclass":"fa fa-question-circle",
"mimes":["none"],

View File

@ -1,7 +1,7 @@
{
"name": "About",
"root": "home://workspace/antosdk-apps/About",
"css": [],
"css": ["css/main.css"],
"javascripts": [],
"coffees": ["coffees/main.coffee"],
"copies": ["assets/scheme.html", "package.json", "README.md"]

View File

@ -5,7 +5,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/About/README.md",
"category": "Other",
"author": "Xuan Sang LE",
"version": "0.0.3-a",
"version": "0.0.4-a",
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/About/build/release/About.zip"
},
{