mirror of
https://github.com/saicaca/fuwari.git
synced 2025-03-13 23:24:42 +08:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
---
|
|
|
|
import {getConfig} from "../utils/config-utils";
|
|
|
|
---
|
|
|
|
<div class="card-base max-w-[var(--page-width)] min-h-[72px] rounded-b-none mx-auto flex items-center px-6">
|
|
<div class="text-black/50 dark:text-white/50 text-sm">
|
|
© 2023 {getConfig().profile.author}. All Rights Reserved.
|
|
<br>
|
|
Powered by Vivia
|
|
</div>
|
|
</div> |