Skip to content

Commit c175f6d

Browse files
committed
auto push
1 parent 58ddc5f commit c175f6d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

src/assets/img/Milu.jpg

46.6 KB
Loading

src/assets/img/WolfYang.jpg

38.9 KB
Loading

src/logic/MyLogic.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,19 @@ const friendlinks: FriendlinkType[] = [
8686
avatar: avatarMap['Chiloven945.jpg'],
8787
name: 'Chiloven945',
8888
description: '咦惹',
89-
url: 'https://chiloven945.github.io/'
89+
url: 'https://chiloven945.github.io/',
90+
},
91+
{
92+
avatar: avatarMap['WolfYang.jpg'],
93+
name: '阳帆',
94+
description: '黄鹤一去不复返,白云千载空悠悠',
95+
url: 'https://wolfyang.fan',
96+
},
97+
{
98+
avatar: avatarMap['Milu.jpg'],
99+
name: '米露',
100+
description: '放弃个性,就和死了没什么区别',
101+
url: 'https://milu.ink',
90102
}
91103
]
92104
export {

0 commit comments

Comments
 (0)