From 5b1cbf51ee5b90dae73a4273ae525874887cfefb Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 5 Jun 2020 18:41:33 +0200 Subject: [PATCH] Add link style in About --- About/README.md | 7 ++++++- About/build/debug/README.md | 7 ++++++- About/build/debug/main.css | 7 +++++++ About/build/debug/package.json | 2 +- About/build/release/About.zip | Bin 1938 -> 2259 bytes About/css/main.css | 6 ++++++ About/package.json | 2 +- About/project.json | 2 +- packages.json | 2 +- 9 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 About/build/debug/main.css create mode 100644 About/css/main.css 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 e611f2d7d07c9edcda834ff2ce45bec591b47f90..fba3b802d411bd7a773f6a21f1b851b77ef99d66 100644 GIT binary patch delta 511 zcmbQle_4<>z?+$civa{=TaRw!eZa^Iqyx;iCBC@=6uUC{7vuDLE-qzd1?P;!y!2Fs zoc#1+AXizT%s|gT&qOzoOH08qB}E}QKPSIPp}3?nCsm;&Um+(mFB>T1mRX@toS&Pj zkeitYlujy5FGjI2AVeu@<_w@kAj|>8xrv#1ddbDbT#0EFx`_n^y5*U9^(pz~(J6@~ ziMp973bqPLj!F5YB}%ahiB=$6bdZ(eR9Ti;oLQ2ZLY(4^{Ib*{u4*m?AOQMHD!<4| zIVH{5(A315s}{xmo98hpF>!!GY_l(a^W+mO*BMPVFJR?lWCn^&Uc+XF7Mkzbv@AiY z(Y+1yITYMuLIgs9HzSh>13Y#n%dktE&tZnjX8}VJMH=jcy^IVDAj|_Z4@@6qot(!m R#>dLQ${-4qT)_?!1przli-Z6G delta 188 zcmcaCIEkM(z?+$civa|-cOBWt`+$)bNC${NWX)~|inUMv#W)>R&E}QNN=zIeMVZa> zI@v$(lFx&@<&1C~g004ytGr0f& 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" }, {