mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
修改信息
This commit is contained in:
parent
64bb588c52
commit
5547e71130
5 changed files with 4872 additions and 3889 deletions
8747
pnpm-lock.yaml
8747
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -11,7 +11,7 @@ const label = `${title} - ${type} - 发表时间 ${dateFormatted}`
|
|||
---
|
||||
|
||||
<li
|
||||
role="list-item"
|
||||
role="listitem"
|
||||
class="tile-item item-list nr-scroll-animation"
|
||||
style="--nr-animation-transform-y:20%;"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const label = `${title} - ${type} - 发表时间 ${dateFormatted}`;
|
|||
---
|
||||
|
||||
<li
|
||||
role="list-item"
|
||||
role="listitem"
|
||||
class:list={["tile-item", "nr-scroll-animation", { "item-hero": level === "1", "item-2up": level === "2", "item-3up": level === "3" }]}
|
||||
style="--nr-animation-transform-y:20%;"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const memberGroupByYear = computed(() => {
|
|||
},
|
||||
{} as Record<string, Member[]>,
|
||||
)
|
||||
group["往届"] = otherMembers
|
||||
group["其他成员"] = otherMembers
|
||||
return group
|
||||
})
|
||||
---
|
||||
|
|
|
|||
|
|
@ -26,21 +26,21 @@ export const otherMembers: Member[] = [
|
|||
link: "https://www.cnblogs.com/N3ptune",
|
||||
},
|
||||
{
|
||||
alias: "Flat-White",
|
||||
alias: "双份浓缩馥芮白",
|
||||
profile: "Mac, 人工智能, Web和流水账。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/VjBGkQ6c58vH4l9.png"),
|
||||
link: "https://www.cnblogs.com/Flat-White",
|
||||
link: undefined,
|
||||
},
|
||||
{
|
||||
alias: "Chun.",
|
||||
profile: "Web。",
|
||||
avatar: import("../pages/posts/blogs/更多/assets/avatar/avatar.png"),
|
||||
link: "https://chundot.org",
|
||||
link: undefined, // "https://chundot.org",
|
||||
},
|
||||
{
|
||||
alias: "bcscb",
|
||||
profile: "算法记录。",
|
||||
avatar: undefined,
|
||||
link: "https://bcscb.xyz/",
|
||||
link: undefined, // "https://bcscb.xyz/",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue