chore: update

This commit is contained in:
xiaoxian521 2024-03-27 10:38:38 +08:00
parent 08b902a836
commit 6eb28f13fd
2 changed files with 22 additions and 17 deletions

View File

@ -16,7 +16,8 @@ const TITLE = getConfig("Title");
>
 {{ TITLE }}
</a>
<span class="ml-10">赞助商</span>
<div class="ml-8">
<span>赞助商</span>
<a
class="hover:text-primary"
href="https://ai-tools.cn/resume/start"
@ -24,12 +25,14 @@ const TITLE = getConfig("Title");
>
二猫 AI 简历
</a>
</div>
</footer>
</template>
<style lang="scss" scoped>
.layout-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;

View File

@ -327,7 +327,7 @@ watch(loginDay, value => {
</div>
</div>
<div
class="w-full flex-c absolute bottom-3 text-sm text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
class="w-full flex-c flex-wrap absolute bottom-3 text-sm text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
>
Copyright © 2020-2024
<a
@ -337,7 +337,8 @@ watch(loginDay, value => {
>
&nbsp;{{ title }}
</a>
<span class="ml-10">赞助商</span>
<div class="ml-8">
<span>赞助商</span>
<a
class="hover:text-primary"
href="https://ai-tools.cn/resume/start"
@ -347,6 +348,7 @@ watch(loginDay, value => {
</a>
</div>
</div>
</div>
</template>
<style scoped>