remove some elements

This commit is contained in:
zhangyuheng 2024-07-31 15:01:25 +08:00
parent 2aeb69ad35
commit 65fc27feee
2 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export default function ICP() {
target="_blank" target="_blank"
href="http://www.beian.miit.gov.cn/" href="http://www.beian.miit.gov.cn/"
> >
京ICP备16015459号-1 -
</a> </a>
</StyledWrapper> </StyledWrapper>
); );

View File

@ -65,7 +65,6 @@ const Index = () => {
return ( return (
<Suspense fallback={<Loading color="rgba(57, 47, 65, 0.8)" size="4" sizeUnit="rem" />}> <Suspense fallback={<Loading color="rgba(57, 47, 65, 0.8)" size="4" sizeUnit="rem" />}>
<Wrapper> <Wrapper>
<Bgm />
<aside className="colorSet"> <aside className="colorSet">
<ColorSet sets={sets} currSetName={currSet.name} setCurrSet={updateCurrSet} /> <ColorSet sets={sets} currSetName={currSet.name} setCurrSet={updateCurrSet} />
</aside> </aside>
@ -89,10 +88,8 @@ const Index = () => {
<ColorTitle {...currColor}></ColorTitle> <ColorTitle {...currColor}></ColorTitle>
<Header rgb={currColor.RGB} /> <Header rgb={currColor.RGB} />
<section className="btns"> <section className="btns">
<IconInfo showInfoModal={showModal} />
<IconImage path={`share/${currColor.id}`} /> <IconImage path={`share/${currColor.id}`} />
<IconScreenshot showPreview={showPreview} /> <IconScreenshot showPreview={showPreview} />
<IconTwitter />
</section> </section>
</Wrapper> </Wrapper>
{preview && ( {preview && (