(component): 修复骨架屏文档

This commit is contained in:
就眠儀式
2022-10-13 09:09:33 +08:00
parent 892e61d3f5
commit 990bd4971c
3 changed files with 5 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ const changeLocales = (lang: string, locales: any, merge: boolean) => {
};
const changeTheme = (theme: string) => {
const defaultPartial: Partial<Theme> = {
mode: 1,
brightness: 100,
@@ -70,6 +71,7 @@ const changeTheme = (theme: string) => {
disableStyleSheetsProxy: false,
ignoreInlineStyle: ignoreInlineStyle,
};
Object.assign(defaultPartial, props.darkPartial);
if (theme === "dark") {
if (window) {