diff --git a/About/README.md b/About/README.md index 5d859d6..447e540 100644 --- a/About/README.md +++ b/About/README.md @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/About/build/debug/README.md b/About/build/debug/README.md index 5d859d6..447e540 100644 --- a/About/build/debug/README.md +++ b/About/build/debug/README.md @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/About/build/debug/main.css b/About/build/debug/main.css new file mode 100644 index 0000000..94b4ef9 --- /dev/null +++ b/About/build/debug/main.css @@ -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; +} \ No newline at end of file diff --git a/About/build/debug/package.json b/About/build/debug/package.json index b67eec6..01adecb 100644 --- a/About/build/debug/package.json +++ b/About/build/debug/package.json @@ -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"], diff --git a/About/build/release/About.zip b/About/build/release/About.zip index e611f2d..fba3b80 100644 Binary files a/About/build/release/About.zip and b/About/build/release/About.zip differ diff --git a/About/css/main.css b/About/css/main.css new file mode 100644 index 0000000..0f4542f --- /dev/null +++ b/About/css/main.css @@ -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; +} \ No newline at end of file diff --git a/About/package.json b/About/package.json index b67eec6..01adecb 100644 --- a/About/package.json +++ b/About/package.json @@ -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"], diff --git a/About/project.json b/About/project.json index 3dc1303..70294b0 100644 --- a/About/project.json +++ b/About/project.json @@ -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"] diff --git a/packages.json b/packages.json index cc7a24c..3eb2f08 100644 --- a/packages.json +++ b/packages.json @@ -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" }, {