> ## Documentation Index
> Fetch the complete documentation index at: https://oom-wg.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 回忆溢出开发者

> 开发组与社区成员介绍

export const CoreDevCard = ({name, role, image, bio, url, email, tooltip}) => {
  const [address, setAddress] = useState('');
  const [hasMail, setHasMail] = useState(false);
  useEffect(() => {
    if (email) {
      setHasMail(true);
      setAddress(`mailto:${email}@oom-wg.dev`);
    }
  }, [email]);
  const CardContent = <a href={url} className="not-prose hover:border-primary group flex w-full items-start gap-5 rounded-xl border border-transparent bg-transparent p-5 no-underline transition-colors duration-200 hover:bg-zinc-50 sm:items-center dark:hover:bg-zinc-800/30">
			<div className="shrink-0">
				<div className="h-16 w-16 overflow-hidden rounded-lg bg-zinc-100 ring-1 ring-zinc-200 transition-colors group-hover:ring-transparent dark:ring-white/10">
					<img src={image} alt={name} className="m-0 h-full w-full object-cover" />
				</div>
			</div>

			<div className="flex min-w-0 flex-1 flex-col justify-center text-left">
				<h3 className="group-hover:text-primary m-0 text-base font-bold text-zinc-900 transition-colors dark:text-zinc-100">
					{name}
				</h3>

				<div className="group-hover:text-primary/80 mb-2 text-xs font-semibold tracking-wider text-zinc-400 uppercase transition-colors">
					{role}
				</div>

				<p className="m-0 line-clamp-2 text-sm leading-relaxed text-zinc-500 dark:text-zinc-400">{bio}</p>
			</div>
		</a>;
  return hasMail ? <Tooltip headline={name} tip={tooltip} cta="邮件联系" href={address}>
			{CardContent}
		</Tooltip> : CardContent;
};

export const DevList = ({children}) => <div className="mx-auto my-8 flex w-full max-w-3xl flex-col gap-4">{children}</div>;

## 核心开发组成员

由核心成员组成的核心组织，主导项目的开发

<DevList>
  <CoreDevCard name="枫莹" role="运维 & AI支持" image="https://mintcdn.com/oom/i23iM2hj19hrKG70/images/avatar/fengying.webp?fit=max&auto=format&n=i23iM2hj19hrKG70&q=85&s=325b2c6509e0745d5b77d38d04318c19" bio="三無青年、ただ生きるだけ" url="https://www.fengying.xin/" email="fengying" width="799" height="799" data-path="images/avatar/fengying.webp" />

  <CoreDevCard name="白彩恋" role="总主编" image="https://mintcdn.com/oom/i23iM2hj19hrKG70/images/avatar/shiro.webp?fit=max&auto=format&n=i23iM2hj19hrKG70&q=85&s=27a3ee55f1754f6735f774abd4095a6d" bio="日永弃明月天穹，世不离两反一逆" url="https://shiror.ren/" email="shiro" tooltip="创立 & 决策" width="1080" height="1080" data-path="images/avatar/shiro.webp" />

  <CoreDevCard name="梦璃酱" role="主美" image="https://mintcdn.com/oom/-EyYzjP8UCA1NyOv/images/avatar/yumeyuka.webp?fit=max&auto=format&n=-EyYzjP8UCA1NyOv&q=85&s=562dc8103ea1c57c88f3ac2a31e9c4d2" bio="梦——それは现実の続き；现実——それは梦の终わり" url="https://www.yumeyuka.moe/" email="yumeyuka" width="2048" height="2048" data-path="images/avatar/yumeyuka.webp" />

  <CoreDevCard name="Linso" role="强到被跨省抓捕" image="https://mintcdn.com/oom/qhqlfhJwc_xs46Re/images/avatar/linso.webp?fit=max&auto=format&n=qhqlfhJwc_xs46Re&q=85&s=6219ecb097abf6e20e28a0acd56f57ee" bio="秋乐/曼珠沙华/PrintX" url="https://linso.pro/" email="linso" width="640" height="640" data-path="images/avatar/linso.webp" />

  <CoreDevCard name="悠栾" role="网管" image="https://mintcdn.com/oom/qhqlfhJwc_xs46Re/images/avatar/ark.webp?fit=max&auto=format&n=qhqlfhJwc_xs46Re&q=85&s=9f64f910c988f53e5e774ac070d7b543" bio="I'm a rookie." url="https://github.com/NuoFang6" email="ark" width="600" height="600" data-path="images/avatar/ark.webp" />

  <CoreDevCard name="希镰" role="主编徒弟" image="https://mintcdn.com/oom/qhqlfhJwc_xs46Re/images/avatar/xilian.webp?fit=max&auto=format&n=qhqlfhJwc_xs46Re&q=85&s=e7a6564aa24173581c541e532f67cf83" bio="自分で決めたこの道なんだと『明日へ一歩』踏み出すのです" url="https://github.com/xilian348" width="460" height="460" data-path="images/avatar/xilian.webp" />
</DevList>

## 社区成员

由协助人员组成的附属组织，辅助项目的开发

> 名单按首字母排序

* [打鱼](https://github.com/Fisher4124)
* [Fangzy](https://github.com/fangzny1)
* [Fiagelia](https://github.com/xianyu6556)
* [可惜 (空白没有输)](https://github.com/kexi1412)
* [Ryobunoki](https://github.com/Ryobunoki)
* [我无聊了 (liyw)](https://github.com/liyw0205)
