mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
修改头像
This commit is contained in:
parent
5547e71130
commit
36802f6253
4 changed files with 7 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ const memberGroupByYear = computed(() => {
|
||||||
},
|
},
|
||||||
{} as Record<string, Member[]>,
|
{} as Record<string, Member[]>,
|
||||||
)
|
)
|
||||||
group["其他成员"] = otherMembers
|
group["其他成员以及往届成员"] = otherMembers
|
||||||
return group
|
return group
|
||||||
})
|
})
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB |
|
|
@ -6,8 +6,9 @@ export interface Member {
|
||||||
link?: string
|
link?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const otherMembers: Member[] = [
|
export const otherMembers: Member & { year: number }[] = [
|
||||||
{
|
{
|
||||||
|
year: 2021,
|
||||||
alias: "cimoc",
|
alias: "cimoc",
|
||||||
profile: "Java, Web。",
|
profile: "Java, Web。",
|
||||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/cimoccn.png"),
|
avatar: import("../pages/posts/blogs/更多/assets/avatar/cimoccn.png"),
|
||||||
|
|
@ -28,7 +29,7 @@ export const otherMembers: Member[] = [
|
||||||
{
|
{
|
||||||
alias: "双份浓缩馥芮白",
|
alias: "双份浓缩馥芮白",
|
||||||
profile: "Mac, 人工智能, Web和流水账。",
|
profile: "Mac, 人工智能, Web和流水账。",
|
||||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/VjBGkQ6c58vH4l9.png"),
|
avatar: import("../pages/posts/blogs/更多/assets/avatar/44250c1b6e2f243ff60949efe9269348.png"),
|
||||||
link: undefined,
|
link: undefined,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -44,3 +45,6 @@ export const otherMembers: Member[] = [
|
||||||
link: undefined, // "https://bcscb.xyz/",
|
link: undefined, // "https://bcscb.xyz/",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
// export const memberWithLink: Member[] = [
|
||||||
|
// https://zzh0u.github.io/
|
||||||
|
// ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue