Merge branch 'Calcium-Ion:main' into main

This commit is contained in:
GuoRuqiang
2024-09-14 19:00:03 +08:00
committed by GitHub
14 changed files with 185 additions and 85 deletions

View File

@@ -59,12 +59,10 @@ const Footer = () => {
<Layout>
<Layout.Content style={{ textAlign: 'center' }}>
{footer ? (
<Tooltip content={defaultFooter}>
<div
className='custom-footer'
dangerouslySetInnerHTML={{ __html: footer }}
></div>
</Tooltip>
<div
className='custom-footer'
dangerouslySetInnerHTML={{ __html: footer }}
></div>
) : (
defaultFooter
)}