mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
使用昵称
This commit is contained in:
parent
9e9f35407e
commit
8f83729125
1 changed files with 7 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export interface Member {
|
||||
memberId: string
|
||||
memberId?: string
|
||||
alias: string
|
||||
avatar: Promise<typeof import("*.jpg")> | string
|
||||
profile: string
|
||||
|
|
@ -8,43 +8,37 @@ export interface Member {
|
|||
|
||||
export const otherMembers: Member[] = [
|
||||
{
|
||||
memberId: undefined,
|
||||
alias: "鲁冠泽",
|
||||
alias: "cimoc",
|
||||
profile: "Java, Web。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/cimoccn.png"),
|
||||
link: "https://cimoc.cn/",
|
||||
},
|
||||
{
|
||||
memberId: undefined,
|
||||
alias: "江蕾",
|
||||
alias: "J1ay",
|
||||
profile: "前端。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/DoEH51Nj97Ah64a.png"),
|
||||
link: "https://www.cnblogs.com/JLay",
|
||||
},
|
||||
{
|
||||
memberId: undefined,
|
||||
alias: "黄文轩",
|
||||
alias: "N3ptune",
|
||||
profile: "网安, Linux和C/C++。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/4J9NfH1UZD3sz5I.png"),
|
||||
link: "https://www.cnblogs.com/N3ptune",
|
||||
},
|
||||
{
|
||||
memberId: undefined,
|
||||
alias: "陈学书",
|
||||
alias: "Flat-White",
|
||||
profile: "Mac, 人工智能, Web和流水账。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/VjBGkQ6c58vH4l9.png"),
|
||||
link: "https://www.cnblogs.com/Flat-White",
|
||||
},
|
||||
{
|
||||
memberId: undefined,
|
||||
alias: "王纯",
|
||||
alias: "Chun.",
|
||||
profile: "Web。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/avatar.png"),
|
||||
link: "https://chundot.org",
|
||||
},
|
||||
{
|
||||
memberId: undefined,
|
||||
alias: "章晟玮",
|
||||
alias: "bcscb",
|
||||
profile: "算法记录。",
|
||||
avatar: undefined,
|
||||
link: "https://bcscb.xyz/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue