mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
edit members
This commit is contained in:
parent
36802f6253
commit
d34eb7dba4
1 changed files with 19 additions and 20 deletions
|
|
@ -6,14 +6,13 @@ export interface Member {
|
||||||
link?: string
|
link?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const otherMembers: Member & { year: number }[] = [
|
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"),
|
// link: "https://cimoc.cn/",
|
||||||
link: "https://cimoc.cn/",
|
// },
|
||||||
},
|
|
||||||
{
|
{
|
||||||
alias: "J1ay",
|
alias: "J1ay",
|
||||||
profile: "前端。",
|
profile: "前端。",
|
||||||
|
|
@ -26,24 +25,24 @@ export const otherMembers: Member & { year: number }[] = [
|
||||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/4J9NfH1UZD3sz5I.png"),
|
avatar: import("../pages/posts/blogs/更多/assets/avatar/4J9NfH1UZD3sz5I.png"),
|
||||||
link: "https://www.cnblogs.com/N3ptune",
|
link: "https://www.cnblogs.com/N3ptune",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
alias: "双份浓缩馥芮白",
|
// alias: "双份浓缩馥芮白",
|
||||||
profile: "Mac, 人工智能, Web和流水账。",
|
// profile: "Mac, 人工智能, Web和流水账。",
|
||||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/44250c1b6e2f243ff60949efe9269348.png"),
|
// avatar: import("../pages/posts/blogs/更多/assets/avatar/44250c1b6e2f243ff60949efe9269348.png"),
|
||||||
link: undefined,
|
// link: undefined,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
alias: "Chun.",
|
alias: "Chun.",
|
||||||
profile: "Web。",
|
profile: "Web。",
|
||||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/avatar.png"),
|
avatar: import("../pages/posts/blogs/更多/assets/avatar/avatar.png"),
|
||||||
link: undefined, // "https://chundot.org",
|
link: undefined, // "https://chundot.org",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
alias: "bcscb",
|
// alias: "bcscb",
|
||||||
profile: "算法记录。",
|
// profile: "算法记录。",
|
||||||
avatar: undefined,
|
// avatar: undefined,
|
||||||
link: undefined, // "https://bcscb.xyz/",
|
// link: undefined, // "https://bcscb.xyz/",
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
// export const memberWithLink: Member[] = [
|
// export const memberWithLink: Member[] = [
|
||||||
// https://zzh0u.github.io/
|
// https://zzh0u.github.io/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue