Commit c744d2ae authored by hz's avatar hz

lint

parent 5c558eb8
...@@ -15,8 +15,7 @@ export interface SettingModelType { ...@@ -15,8 +15,7 @@ export interface SettingModelType {
const updateTheme = (newPrimaryColor?: string) => { const updateTheme = (newPrimaryColor?: string) => {
const timeOut = 0; const timeOut = 0;
const hideMessage = message.loading('ζ­£εœ¨εˆ‡ζ’δΈ»ι’˜οΌ', timeOut); const hideMessage = message.loading('ζ­£εœ¨εˆ‡ζ’δΈ»ι’˜οΌ', timeOut);
themeColorClient.changeColor(newPrimaryColor) themeColorClient.changeColor(newPrimaryColor).finally(() => hideMessage());
.finally(() => hideMessage());
}; };
/* /*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment