diff --git a/package.json b/package.json index 52c97a7..ab6f11f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-quark-app", - "version": "1.2.26", + "version": "1.2.27", "description": "create quark app.", "bin": { "create-quark-app": "./dist/bin/index.js" diff --git a/template/application/component/index.html b/template/application/component/index.html index a4cae2e..69f0250 100644 --- a/template/application/component/index.html +++ b/template/application/component/index.html @@ -13,6 +13,9 @@ p { text-align: center; } + a{ + color: #55bffe; + }