diff --git a/.gitignore b/.gitignore index c13f13b..23abc22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +unpackage +dist +node_modules node_modules/**/* unpackage/ unpackage/**/* diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..582561b --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "app-plus" : + { + "launchtype" : "local" + }, + "default" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +} diff --git a/App.vue b/App.vue index 6d5f849..2e1968a 100644 --- a/App.vue +++ b/App.vue @@ -24,8 +24,8 @@ export default { /deep/body { // max-width: 828rpx; //最大宽度自己可以调整 // margin: auto !important; - background: url(./static/public/BG.png) no-repeat fixed; - background-size: cover; + + background-color: #15141F; height: auto; margin: 0; } diff --git a/components/KeyValueRow/KeyValueRow.vue b/components/KeyValueRow/KeyValueRow.vue new file mode 100644 index 0000000..592e824 --- /dev/null +++ b/components/KeyValueRow/KeyValueRow.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/components/cardHeader/cardHeader.vue b/components/cardHeader/cardHeader.vue new file mode 100644 index 0000000..0be8e76 --- /dev/null +++ b/components/cardHeader/cardHeader.vue @@ -0,0 +1,111 @@ + + + + + \ No newline at end of file diff --git a/components/navigation/navigation.vue b/components/navigation/navigation.vue index 959cc17..21c790b 100644 --- a/components/navigation/navigation.vue +++ b/components/navigation/navigation.vue @@ -1,5 +1,5 @@