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