--- import { CloudSun, Monitor, Moon, Minus, Plus, Sun, Type } from '@lucide/astro'; interface Props { placement?: 'down' | 'up'; } const { placement = 'down' } = Astro.props; const themes = [ { value: 'auto', label: '自动', icon: Monitor }, { value: 'light', label: '日间', icon: Sun }, { value: 'sunset', label: '日落', icon: CloudSun }, { value: 'dark', label: '夜间', icon: Moon } ] as const; ---

颜色主题

{themes.map(({ value, label, icon: Icon }) => ( ))}

字号

100%

字体