Fix: 移除页脚

This commit is contained in:
2025-07-17 16:47:51 +08:00
parent 32e8e549dc
commit 22caff155b

View File

@ -141,18 +141,6 @@
</v-fade-transition> </v-fade-transition>
</router-view> </router-view>
</v-main> </v-main>
<!-- 页脚 -->
<v-footer app class="pa-4 bg-grey-lighten-5">
<div class="d-flex justify-space-between align-center w-100">
<div class="text-caption text-disabled">
&copy; {{ new Date().getFullYear() }} {{ appInfo.author }} - {{ $t('allRightsReserved') }}
</div>
<div class="text-caption text-disabled">
v{{ appInfo.version }}
</div>
</div>
</v-footer>
</v-app> </v-app>
</template> </template>