diff --git a/src/pages.json b/src/pages.json index a4dd732..9a762b5 100644 --- a/src/pages.json +++ b/src/pages.json @@ -10,7 +10,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "首页" + "navigationStyle": "custom" } }, { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 3f6b607..013ad8d 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -9,8 +9,14 @@ /> - - + + @@ -29,8 +35,20 @@ + + + + + + 在线用户 + 1 + + + + + {{ item.title }} - {{ item.count }} + {{ item.todayCount }} @@ -53,13 +71,13 @@ 访问趋势 - 近7天 - 近30天 + 近7天 + 近15天 @@ -73,11 +91,27 @@ diff --git a/src/static/icons/client.png b/src/static/icons/client.png new file mode 100644 index 0000000..f778994 Binary files /dev/null and b/src/static/icons/client.png differ diff --git a/src/static/icons/online.png b/src/static/icons/online.png new file mode 100644 index 0000000..25b12eb Binary files /dev/null and b/src/static/icons/online.png differ diff --git a/src/static/icons/pv.png b/src/static/icons/pv.png new file mode 100644 index 0000000..02068e5 Binary files /dev/null and b/src/static/icons/pv.png differ diff --git a/src/static/icons/visit.png b/src/static/icons/visit.png new file mode 100644 index 0000000..b3952cf Binary files /dev/null and b/src/static/icons/visit.png differ