Skip to content

Commit 0c19485

Browse files
committed
copy right 添加签名动画
1 parent 63aa460 commit 0c19485

3 files changed

Lines changed: 51 additions & 26 deletions

File tree

packages/pure/components/pages/Copyright.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { CollectionKey, InferEntrySchema } from 'astro:content'
44
import config from 'virtual:config'
55
66
import avatar from '@/assets/avatar.jpeg' // 根据实际路径调整
7+
import signature from '@/assets/signature.svg'
78
89
import { cn, getFormattedDate, showToast } from '../../utils'
910
import { QRCode } from '../advanced'
@@ -50,6 +51,12 @@ const showToastStr = showToast.toString()
5051
)}
5152
>
5253
<Icon class='absolute end-4 top-4 size-20 opacity-10' name='copyright' />
54+
<Image
55+
src={signature}
56+
alt="`catcodeme`: generate by signature.cnrad.dev, animation by Claude AI"
57+
class="absolute bottom-0 right-0 w-24 h-auto opacity-50 md:w-48"
58+
loading="lazy"
59+
/>
5360

5461
{/* title & link */}
5562
<div class='flex flex-col'>

src/assets/signature.svg

Lines changed: 37 additions & 23 deletions
Loading

src/pages/about/index.astro

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,13 @@ import ToolSection from '@/components/tools/ToolSection.astro'
194194
>
195195
</li>
196196
<li>
197-
Icons: from <a href='https://iconify.design/' target='_blank'
198-
>Iconify</a
199-
> & <a href='https://lobehub.com/icons' target='_blank'>lobehub</a>, some icons from `GPT-4o`
197+
Icons & OgImage: from <a href='https://iconify.design/' target='_blank'>Iconify</a> & <a
198+
href='https://lobehub.com/icons'
199+
target='_blank'>lobehub</a
200+
>, some icons from `GPT-4o`
201+
</li>
202+
<li>
203+
Fonts: from <a href='https://iconify.design/' target='_blank'>中文网字计划</a>, current font is `朱雀仿宋`
200204
</li>
201205
</ul>
202206
<Comment slot='bottom' />

0 commit comments

Comments
 (0)