diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue
index 3a44260..a5fe5bc 100644
--- a/src/components/AppFooter.vue
+++ b/src/components/AppFooter.vue
@@ -1,83 +1,106 @@
-
diff --git a/src/components/Container.vue b/src/components/Container.vue
index 98fed85..c96e28d 100644
--- a/src/components/Container.vue
+++ b/src/components/Container.vue
@@ -25,10 +25,6 @@ const props = defineProps({
type: Boolean,
default: true,
},
- isHome: {
- type: Boolean,
- default: false,
- },
showBackToGame: {
type: Boolean,
default: false,
@@ -142,12 +138,7 @@ const goCalibration = async () => {
-
+
{
:bounces="false"
:show-scrollbar="false"
:style="{
- height: `calc(100vh - ${capsuleHeight + (isHome ? 0 : 50)}px - ${
+ height: `calc(100vh - ${capsuleHeight + 50}px - ${
$slots.bottom && showBottom ? (isIOS ? '75px' : '65px') : '0px'
})`,
}"
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 79c81bb..a3ede65 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -1,12 +1,8 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/static/tab-bg.png b/src/static/tab-bg.png
deleted file mode 100644
index 85d514f..0000000
Binary files a/src/static/tab-bg.png and /dev/null differ
diff --git a/src/static/tab-home-o.png b/src/static/tab-home-o.png
new file mode 100644
index 0000000..abed1d5
Binary files /dev/null and b/src/static/tab-home-o.png differ
diff --git a/src/static/tab-home.png b/src/static/tab-home.png
new file mode 100644
index 0000000..7de0312
Binary files /dev/null and b/src/static/tab-home.png differ
diff --git a/src/static/tab-mall-o.png b/src/static/tab-mall-o.png
new file mode 100644
index 0000000..88537ad
Binary files /dev/null and b/src/static/tab-mall-o.png differ
diff --git a/src/static/tab-mall.png b/src/static/tab-mall.png
index 0cbcae3..7014218 100644
Binary files a/src/static/tab-mall.png and b/src/static/tab-mall.png differ
diff --git a/src/static/tab-medal-o.png b/src/static/tab-medal-o.png
new file mode 100644
index 0000000..6b96f8e
Binary files /dev/null and b/src/static/tab-medal-o.png differ
diff --git a/src/static/tab-medal.png b/src/static/tab-medal.png
new file mode 100644
index 0000000..af828cf
Binary files /dev/null and b/src/static/tab-medal.png differ