增加底部和Api文档页面

This commit is contained in:
7836246
2024-03-02 17:27:24 +08:00
parent 5d79869425
commit 64d60969e6
4 changed files with 111 additions and 1 deletions
+2 -1
View File
@@ -56,7 +56,7 @@ const timeStore = useTimeStore()
</script>
<template>
<div class="w-full min-h-screen text-xs bg-[#F1F3F4] dark:bg-transparent">
<div class="w-full h-[90vh] text-xs bg-[#F1F3F4] dark:bg-transparent">
<div class=" max-w-screen-lg mx-auto pt-[25vh] px-[1em] pb-[10vh] ">
<nav class=" w-full text-[#464747] h-5 dark:bg-gray-700">
<NuxtLink class="mb-3 font-bold text-2xl inline-block text-current no-underline dark:text-white"
@@ -121,6 +121,7 @@ const timeStore = useTimeStore()
<slot />
</div>
</div>
<CommonFooter />
</template>
<style scoped>
+15
View File
@@ -0,0 +1,15 @@
<script setup lang="ts">
</script>
<template>
<div class="w-full h-[90vh] text-xs bg-[#F1F3F4] dark:bg-transparent">
<div class="max-w-screen-lg mx-auto pt-[15vh] px-[1em] pb-[10vh] ">
<slot />
</div>
</div>
<CommonFooter />
</template>
<style scoped>
</style>