🐛(all): 修复 darkreader 不存在

更新文档
This commit is contained in:
就眠儀式 2022-06-21 23:26:57 +08:00
parent 311bdfd406
commit c41f4e2f88

View File

@ -13,7 +13,7 @@ import {
enable as enableDarkMode,
disable as disableDarkMode,
auto as followSystemColorScheme,
} from "darkreader";
} from "@umijs/ssr-darkreader";
export interface LayConfigProviderProps {
locale?: string;