import { AppIcon, type IconName } from "../components/PixelIcons"; export default function Placeholder({ title, icon, note }: { title: string; icon: IconName; note: string }) { return ( <>
即將開放

{title}

{note}

建造中的區域

這個區域在下一個切片開放。目前先完成「今日 · 基地」與「市場 · 世界」兩個入口,並接上真實資料與歷史風向標。

); }