docs: enable hash (#46271)

This commit is contained in:
MadCcc 2023-12-05 17:11:32 +08:00 committed by GitHub
parent 937a1a2a85
commit 2565d5832a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,7 @@ const DemoWrapper: typeof DumiDemoGrid = ({ items }) => {
)} )}
</Tooltip> </Tooltip>
</span> </span>
<ConfigProvider theme={{ cssVar: enableCssVar, hashed: !enableCssVar }}> <ConfigProvider theme={{ cssVar: enableCssVar }}>
<DumiDemoGrid items={demos} /> <DumiDemoGrid items={demos} />
</ConfigProvider> </ConfigProvider>
</div> </div>

View File

@ -178,7 +178,6 @@ const GlobalLayout: React.FC = () => {
motion: !theme.includes('motion-off'), motion: !theme.includes('motion-off'),
}, },
cssVar: true, cssVar: true,
hashed: false,
}} }}
> >
<HappyProvider disabled={!theme.includes('happy-work')}>{content}</HappyProvider> <HappyProvider disabled={!theme.includes('happy-work')}>{content}</HappyProvider>