This commit is contained in:
xiaozhiyong
2026-05-25 15:46:04 +08:00
parent 5024bd495c
commit 3f0e3f75cf

View File

@@ -3,31 +3,23 @@
未经授权的商用使用可能会被我们的资产搜索引擎爬取并可能导致后续索赔索赔金额将不低于高级授权费的十倍请您遵守版权法律法规尊重知识产权
-->
<template>
<!-- <div
<div
class="flex flex-col md:flex-row gap-2 items-center text-sm text-slate-700 dark:text-slate-500 justify-center py-2"
>
<div class="text-center">
<span class="mr-1">Powered by</span>
<span>
<a
class="font-bold text-active"
href="https://github.com/flipped-aurora/gin-vue-admin"
>Gin-Vue-Admin</a
>
<a class="font-bold text-active" href="https://github.com/flipped-aurora/gin-vue-admin">Gin-Vue-Admin</a>
</span>
</div>
<slot />
<div class="text-center">
<span class="mr-1">Copyright</span>
<span>
<a
class="font-bold text-active"
href="https://github.com/flipped-aurora"
>flipped-aurora团队</a
>
<a class="font-bold text-active" href="https://github.com/flipped-aurora">flipped-aurora团队</a>
</span>
</div>
</div> -->
</div>
</template>
<script setup>