Add sensitive word settings management

This commit is contained in:
2024-01-04 17:59:58 +08:00
parent 74204a0870
commit b1cd4c90ad
11 changed files with 239 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<AntdConfigProvider
theme={{
token: { colorPrimary: COLOR_MAIN },
token: { colorPrimary: COLOR_MAIN, colorLinkHover: COLOR_MAIN },
components: {
Tree: {
colorBgContainer: 'transparent'