Skip to Content
台域戰策 - 一款關於台灣的占地遊戲 上線啦! 🎉

base

網站基本配置,包含導航欄、頁尾和網站名稱。

base base

格式

type Base = { title: string; description: string; };

範例

export const base: Base = { title: "tomocat", description: "tomocat's personal website", };
Last updated on