Skip to content

Commit 7c61fab

Browse files
committed
chore: update
1 parent 440ce05 commit 7c61fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/layout/components/lay-footer/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const TITLE = getConfig("Title");
88
<footer
99
class="layout-footer text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
1010
>
11-
Copyright © 2020-2024
11+
Copyright © 2020-2025
1212
<a
1313
class="hover:text-primary"
1414
href="https://github.com/pure-admin"

Diff for: src/views/login/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ watch(loginDay, value => {
338338
<div
339339
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)]"
340340
>
341-
Copyright © 2020-2024
341+
Copyright © 2020-2025
342342
<a
343343
class="hover:text-primary"
344344
href="https://github.com/pure-admin"

0 commit comments

Comments
 (0)