Skip to main content

detect_initial_theme

Function detect_initial_theme 

Source
fn detect_initial_theme() -> Theme
Expand description

检测初始主题意图。

在 WASM 客户端优先读取 localStorage("light"/"dark"),无值时回退到 Theme::System(不再直接固化系统偏好);在 SSR 阶段解析请求 Cookie。