chore: update

This commit is contained in:
xiaoxian521 2024-03-21 23:08:37 +08:00
parent 3a25022df0
commit 26ee13de8c
2 changed files with 11 additions and 4 deletions

View File

@ -8,7 +8,7 @@ const TITLE = getConfig("Title");
<footer <footer
class="layout-footer text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]" class="layout-footer text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
> >
Copyright © 2020-present Copyright © 2020-2024
<a <a
class="hover:text-primary" class="hover:text-primary"
href="https://github.com/pure-admin" href="https://github.com/pure-admin"
@ -18,10 +18,9 @@ const TITLE = getConfig("Title");
</a> </a>
<span class="ml-10">赞助商</span> <span class="ml-10">赞助商</span>
<a <a
class="logo" class="hover:text-primary"
href="https://ai-tools.cn/resume/start" href="https://ai-tools.cn/resume/start"
target="_blank" target="_blank"
rel="sponsored noopener"
> >
二猫 AI 简历 二猫 AI 简历
</a> </a>

View File

@ -326,7 +326,7 @@ watch(loginDay, value => {
<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 absolute bottom-3 text-sm text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
> >
Copyright © 2020-present Copyright © 2020-2024
<a <a
class="hover:text-primary" class="hover:text-primary"
href="https://github.com/pure-admin" href="https://github.com/pure-admin"
@ -334,6 +334,14 @@ watch(loginDay, value => {
> >
&nbsp;{{ title }} &nbsp;{{ title }}
</a> </a>
<span class="ml-10">赞助商</span>
<a
class="hover:text-primary"
href="https://ai-tools.cn/resume/start"
target="_blank"
>
二猫 AI 简历
</a>
</div> </div>
</div> </div>
</template> </template>