Skip to content

Commit

Permalink
Adjust button color & Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Trcmoe committed Sep 30, 2024
1 parent 34ec290 commit f7bd24f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ArcoKita
# Website-Ikuyo

New Website for Arcomua Team

Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</DefaultLayout>
</v-app>
</template>

<script setup>
import DefaultLayout from "@/layouts/DefaultLayout.vue"
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/DrawerContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<v-divider />
<v-list>
<v-list-subheader>Minecraft 整合包</v-list-subheader>
<v-list-item prepend-icon="mdi-star-circle" title="Standard" to="standard" active-color="primary"></v-list-item>
<v-list-item prepend-icon="mdi-star-circle" title="Cloth" to="cloth" active-color="primary"></v-list-item>
<v-list-item prepend-icon="mdi-anvil" title="Anvil" to="anvil" active-color="primary"></v-list-item>
<v-list-item prepend-icon="mdi-lightning-bolt" title="Lite" to="lite" active-color="primary"></v-list-item>
</v-list>
Expand Down
8 changes: 4 additions & 4 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const routes = [
},
},
{
path: '/standard',
name: 'Standard',
component: () => import('@/views/PageStandard.vue'),
path: '/cloth',
name: 'Cloth',
component: () => import('@/views/PageCloth.vue'),
meta: {
title: 'Arcomua Modpack - Arcomua Team 整合包制作小组'
title: 'Arcomua Cloth - Arcomua Team 整合包制作小组'
},
},
{
Expand Down
9 changes: 7 additions & 2 deletions src/views/PageAnvil.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@
<h2 class="text-primary float-in-right">下载链接</h2>
<div class="float-in-left">
<h3 class="mt-8 mb-2">推荐下载</h3>
<v-btn color="green" hover href="https://modrinth.com/modpack/arcomua-anvil">Modrinth</v-btn>
</div>
<v-btn color="green-lighten-1" hover href="https://modrinth.com/modpack/arcomua-anvil">Modrinth</v-btn>
<h3 class="mt-6 mb-2">备用下载</h3>
<div class="d-flex flex-wrap ga-3">
<v-btn color="orange-darken-1" hover href="https://www.123pan.com/s/CBgbVv-0SYoA.html">123网盘</v-btn>
<v-btn color="orange-darken-1" hover href="https://www.miaofile.com/s/Ayrib">MiaoFile</v-btn>
</div>
</div>
</div>
</div>
</v-container>
Expand Down
2 changes: 1 addition & 1 deletion src/views/PageStandard.vue → src/views/PageCloth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<h2 class="text-primary float-in-right">下载链接</h2>
<div class="float-in-left">
<h3 class="mt-8 mb-2">推荐下载</h3>
<v-btn color="green" hover href="https://modrinth.com/modpack/arcomua">Modrinth</v-btn>
<v-btn color="green-lighten-1" hover href="https://modrinth.com/modpack/arcomua">Modrinth</v-btn>
<h3 class="mt-6 mb-2">备用下载</h3>
<div class="d-flex flex-wrap ga-3">
<v-btn color="primary" hover href="https://www.123pan.com/s/CBgbVv-0SYoA.html">123网盘</v-btn>
Expand Down
4 changes: 2 additions & 2 deletions src/views/PageLite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<h2 class="text-primary float-in-right">下载链接</h2>
<div class="float-in-left">
<h3 class="mt-8 mb-2">推荐下载</h3>
<v-btn color="green" hover href="https://modrinth.com/modpack/arcomua-lite">Modrinth</v-btn>
<v-btn color="green-lighten-1" hover href="https://modrinth.com/modpack/arcomua-lite">Modrinth</v-btn>
<h3 class="mt-6 mb-2">备用下载</h3>
<div class="d-flex flex-wrap ga-3">
<v-btn color="red" hover href="https://www.miaofile.com/s/Ayrib">MiaoFile</v-btn>
<v-btn color="red-lighten-1" hover href="https://www.miaofile.com/s/Ayrib">MiaoFile</v-btn>
</div>
</div>
</div>
Expand Down

0 comments on commit f7bd24f

Please sign in to comment.