|
|
@@ -188,27 +188,27 @@ const FooterBar = () => { |
|
|
</div> |
|
|
</div> |
|
|
)} |
|
|
)} |
|
|
|
|
|
|
|
|
<div className='flex flex-col md:flex-row items-center justify-between w-full max-w-[1110px] gap-6'> |
|
|
|
|
|
<div className='flex flex-wrap items-center gap-2'> |
|
|
|
|
|
<Typography.Text className='text-sm !text-semi-color-text-1'> |
|
|
|
|
|
© {currentYear} {systemName}. {t('版权所有')} |
|
|
|
|
|
</Typography.Text> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div className='text-sm'> |
|
|
|
|
|
<span className='!text-semi-color-text-1'> |
|
|
|
|
|
{t('设计与开发由')}{' '} |
|
|
|
|
|
</span> |
|
|
|
|
|
<a |
|
|
|
|
|
href='https://github.com/QuantumNous/new-api' |
|
|
|
|
|
target='_blank' |
|
|
|
|
|
rel='noopener noreferrer' |
|
|
|
|
|
className='!text-semi-color-primary font-medium' |
|
|
|
|
|
> |
|
|
|
|
|
New API |
|
|
|
|
|
</a> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
{/*<div className='flex flex-col md:flex-row items-center justify-between w-full max-w-[1110px] gap-6'>*/} |
|
|
|
|
|
{/* <div className='flex flex-wrap items-center gap-2'>*/} |
|
|
|
|
|
{/* <Typography.Text className='text-sm !text-semi-color-text-1'>*/} |
|
|
|
|
|
{/* © {currentYear} {systemName}. {t('版权所有')}*/} |
|
|
|
|
|
{/* </Typography.Text>*/} |
|
|
|
|
|
{/* </div>*/} |
|
|
|
|
|
|
|
|
|
|
|
{/* <div className='text-sm'>*/} |
|
|
|
|
|
{/* <span className='!text-semi-color-text-1'>*/} |
|
|
|
|
|
{/* {t('设计与开发由')}{' '}*/} |
|
|
|
|
|
{/* </span>*/} |
|
|
|
|
|
{/* <a*/} |
|
|
|
|
|
{/* href='https://github.com/QuantumNous/new-api'*/} |
|
|
|
|
|
{/* target='_blank'*/} |
|
|
|
|
|
{/* rel='noopener noreferrer'*/} |
|
|
|
|
|
{/* className='!text-semi-color-primary font-medium'*/} |
|
|
|
|
|
{/* >*/} |
|
|
|
|
|
{/* New API*/} |
|
|
|
|
|
{/* </a>*/} |
|
|
|
|
|
{/* </div>*/} |
|
|
|
|
|
{/*</div>*/} |
|
|
</footer> |
|
|
</footer> |
|
|
), |
|
|
), |
|
|
[logo, systemName, t, currentYear, isDemoSiteMode], |
|
|
[logo, systemName, t, currentYear, isDemoSiteMode], |
|
|
|