文档目录 > 暗色模式 (Dark Mode)

暗色模式 (Dark Mode)

为您的站点添加暗色模式。

Next.js

安装 next-themes

bash
npm install next-themes

创建主题提供者,使用 ThemeProviderattribute="class" 属性包装应用。

Vite

安装 next-themes(与 Vite 兼容):

bash
npm install next-themes

Astro

使用 astro-theme-providernext-themes

Remix

使用 next-themes

TanStack Start

使用 next-themes