61 lines
5.0 KiB
TypeScript
61 lines
5.0 KiB
TypeScript
/** 开放城市 - 仅深圳 */
|
||
export const CITIES = ["深圳"] as const;
|
||
|
||
/** 活动类型 */
|
||
export const ACTIVITY_TYPES = {
|
||
"skill-exchange": "技能交换",
|
||
"side-hustle": "副业沙龙/茶话会",
|
||
"loft": "loft民宿",
|
||
"light-chat": "轻话题",
|
||
} as const;
|
||
|
||
/** 活动标签 */
|
||
export const SESSION_TAGS = {
|
||
"first-friendly": "首次友好",
|
||
"public-venue": "公开场地",
|
||
"small-group": "6-8 人",
|
||
"weekend-pm": "周末下午",
|
||
"loft": "loft民宿",
|
||
"light-topic": "轻话题",
|
||
} as const;
|
||
|
||
/** loft民宿 占位图 - Unsplash 室内/loft 风格 */
|
||
const IMG_LOFT_1 = "https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=400&h=300&fit=crop";
|
||
const IMG_LOFT_2 = "https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?w=400&h=300&fit=crop";
|
||
|
||
/** 本周活动场次 */
|
||
export const SESSIONS = [
|
||
{ id: "session-1", date: "3月16日 周六", time: "14:00", place: "南山区某loft民宿", city: "深圳", type: "skill-exchange" as const, title: "周末技能交换", coverImage: IMG_LOFT_1, tags: ["first-friendly", "public-venue", "small-group", "weekend-pm", "loft", "light-topic"] as const },
|
||
{ id: "session-2", date: "3月17日 周日", time: "15:00", place: "福田区某loft民宿", city: "深圳", type: "side-hustle" as const, title: "副业沙龙", coverImage: IMG_LOFT_2, tags: ["first-friendly", "public-venue", "small-group", "weekend-pm", "loft"] as const },
|
||
];
|
||
|
||
/** 历史活动(用于时间轴展示) */
|
||
export const PAST_SESSIONS = [
|
||
{ id: "past-1", date: "3月9日 周六", time: "14:00", place: "福田区某loft民宿", city: "深圳", type: "skill-exchange" as const, title: "周末技能交换", coverImage: IMG_LOFT_1, tags: ["loft", "light-topic"] as const },
|
||
{ id: "past-2", date: "3月10日 周日", time: "15:00", place: "南山区某loft民宿", city: "深圳", type: "side-hustle" as const, title: "副业沙龙", coverImage: IMG_LOFT_2, tags: ["loft"] as const },
|
||
{ id: "past-3", date: "3月2日 周六", time: "14:00", place: "南山区某loft民宿", city: "深圳", type: "skill-exchange" as const, title: "周末技能交换", coverImage: IMG_LOFT_1, tags: ["loft"] as const },
|
||
{ id: "past-4", date: "3月3日 周日", time: "15:00", place: "福田区某loft民宿", city: "深圳", type: "side-hustle" as const, title: "副业沙龙", coverImage: IMG_LOFT_2, tags: ["loft"] as const },
|
||
{ id: "past-5", date: "2月24日 周六", time: "14:00", place: "南山区某loft民宿", city: "深圳", type: "skill-exchange" as const, title: "周末技能交换", coverImage: IMG_LOFT_1, tags: ["loft"] as const },
|
||
];
|
||
|
||
/** 主理人 */
|
||
export const HOSTS = [
|
||
{ id: "host-1", name: "主理人1", avatar: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=120&h=120&fit=crop&crop=face", bio: "数字游民社区发起人,热爱连接同频的人。", intro: "主理人1的详细介绍... 负责周末沙龙的策划与运营,希望打造一个轻松、有温度的线下社交空间。" },
|
||
{ id: "host-2", name: "主理人2", avatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=120&h=120&fit=crop&crop=face", bio: "副业探索者,相信小圈子有大能量。", intro: "主理人2的详细介绍... 专注副业沙龙与技能交换,帮助大家发现更多可能性。" },
|
||
];
|
||
|
||
/** 数字游民社区 - 符合条件时显示的微信二维码(需替换为实际图片 URL) */
|
||
export const DIGITAL_NOMAD_WECHAT_QR = "/images/wechat-qr-placeholder.svg";
|
||
|
||
/** 最近报名意向 - mock 数据,含小红书昵称与主页链接(悬浮显示昵称,点击不跳转) */
|
||
export const RECENT_JOINERS = [
|
||
{ name: "晓琪", avatar: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "雨晴", avatar: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "子豪", avatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "林晓", avatar: "https://images.unsplash.com/photo-1529626455594-4ff0802cfb7e?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "佳琪", avatar: "https://images.unsplash.com/photo-1524504388940-b1c1722653e1?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "浩然", avatar: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "心怡", avatar: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
{ name: "阿杰", avatar: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=80&h=80&fit=crop&crop=face", xiaohongshu_url: "https://www.xiaohongshu.com/user/profile/xxx" },
|
||
];
|