This commit is contained in:
BIN
src/assets/mainpage_avatars/ice.png
Executable file
BIN
src/assets/mainpage_avatars/ice.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
@ -2,13 +2,14 @@
|
||||
// 不想写得屎长屎长,所以就用单独的文件写了
|
||||
|
||||
import { Image } from 'astro:assets'
|
||||
import IceAvatar from '../assets/mainpage_avatars/ice.png'
|
||||
---
|
||||
|
||||
<div class="comments">
|
||||
{
|
||||
[
|
||||
[
|
||||
'https://legacy.passthem.top/assets/ice-BN4Z25mt.jpg',
|
||||
IceAvatar,
|
||||
'超几何冰精',
|
||||
'⑨',
|
||||
<>
|
||||
@ -92,6 +93,7 @@ import { Image } from 'astro:assets'
|
||||
src={elements[0] as string}
|
||||
width={48}
|
||||
height={48}
|
||||
densities={[1.5, 2]}
|
||||
alt={`${elements[1]} 的头像`}
|
||||
/>
|
||||
<div class="userinfo">
|
||||
|
||||
Reference in New Issue
Block a user