-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #70
Dev #70
Conversation
feat(view): auto merge hierarchy model after rerun sql
feat: Add theme switching function,Switch language page refresh
<!-- | ||
|
||
<head> | ||
<meta charset="utf-8" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
格式化不符合换行规则。。。
}); | ||
}, | ||
[dispatch], | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why use callback hook?
: null; | ||
export function getThemeFromStorage(): ThemeKeyType { | ||
const theme = window.localStorage | ||
? (localStorage.getItem('selectedTheme') as ThemeKeyType) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
selectedTheme
better to SELECTED_THEME
in enum?
@@ -94,7 +97,8 @@ | |||
"@dinero.js/currencies": "^2.0.0-alpha.8", | |||
"@reduxjs/toolkit": "^1.7.1", | |||
"@types/react-color": "^3.0.5", | |||
"antd": "4.16.13", | |||
"antd": "^4.16.13", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
antd 还是锁版本比较好
No description provided.