mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
chore: update
This commit is contained in:
parent
3a25022df0
commit
26ee13de8c
@ -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>
|
||||||
|
@ -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 => {
|
|||||||
>
|
>
|
||||||
{{ title }}
|
{{ 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user