This commit is contained in:
eric
2026-03-17 15:01:08 -05:00
parent fd2e424897
commit 4d4ca04167
3 changed files with 47 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ export const PAST_SESSIONS = [
/** 发起人 - 点击跳转小红书 */
export const HOSTS = [
{ id: "host-1", name: "发起人", avatar: "/images/11.webp", bio: "数字游民社区发起人,热爱连接同频的人。", link: "https://xhslink.com/m/9H50QYiVOVx" },
{ id: "host-1", name: "发起人", avatar: "/images/11.webp", bio: "数字游民社区发起人,热爱连接同频的人。", link: "https://xhslink.com/m/2GxEJ4eeTNS" },
{ id: "host-2", name: "志愿者", avatar: "/images/volunteer-mystery.svg", bio: "签到、茶歇准备、拍照摄像。", link: "/join?volunteer=1" },
];