This commit is contained in:
Vanessa 2022-10-19 21:47:47 +08:00
parent f1bdb4dcfd
commit 82eafca96d
10 changed files with 14 additions and 14 deletions

View file

@ -23,8 +23,8 @@ const loadIcon = (iconURL: string, data: IAppearance) => {
addScript(iconURL, "iconScript");
}
}
})
}
});
};
export const loadAssets = (data: IAppearance) => {
const defaultStyleElement = document.getElementById("themeDefaultStyle");