fix: i18n

This commit is contained in:
ckt1031
2023-09-30 23:30:12 +08:00
parent 6bddee0be6
commit 252cb5ae90
2 changed files with 3 additions and 17 deletions

View File

@@ -37,23 +37,7 @@ const Footer = () => {
></div>
) : (
<div className='custom-footer'>
<a
href='https://github.com/songquanpeng/one-api'
target='_blank'
>
{systemName} {process.env.REACT_APP_VERSION}{' '}
</a>
{' '}
<a href='https://github.com/songquanpeng' target='_blank'>
JustSong
</a>{' '}
构建{' '}
<a href='https://github.com/ckt1031' target='_blank'>
ckt1031
</a>{' '}{' '}
<a href='https://opensource.org/licenses/mit-license.php'>
MIT 协议
</a>
本项目 OneAPI 原作 JustSong ckt1031 改进本源代码遵循 MIT 协议
</div>
)}
</Container>