修改信息

This commit is contained in:
LazuliKao 2024-06-18 13:00:38 +08:00
parent 64bb588c52
commit 5547e71130
5 changed files with 4872 additions and 3889 deletions

File diff suppressed because it is too large Load diff

View file

@ -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%;"
>

View file

@ -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%;"
>

View file

@ -24,7 +24,7 @@ const memberGroupByYear = computed(() => {
},
{} as Record<string, Member[]>,
)
group["往届"] = otherMembers
group["其他成员"] = otherMembers
return group
})
---

View file

@ -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/",
},
]