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> <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" 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"> <div class="text-center">
<span class="mr-1">Powered by</span> <span class="mr-1">Powered by</span>
<span> <span>
<a <a class="font-bold text-active" href="https://github.com/flipped-aurora/gin-vue-admin">Gin-Vue-Admin</a>
class="font-bold text-active"
href="https://github.com/flipped-aurora/gin-vue-admin"
>Gin-Vue-Admin</a
>
</span> </span>
</div> </div>
<slot /> <slot />
<div class="text-center"> <div class="text-center">
<span class="mr-1">Copyright</span> <span class="mr-1">Copyright</span>
<span> <span>
<a <a class="font-bold text-active" href="https://github.com/flipped-aurora">flipped-aurora团队</a>
class="font-bold text-active"
href="https://github.com/flipped-aurora"
>flipped-aurora团队</a
>
</span> </span>
</div> </div>
</div> --> </div>
</template> </template>
<script setup> <script setup>