更新
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user