|
|
|
|
@ -1,9 +1,6 @@
|
|
|
|
|
import { GPUStackVersionAtom } from '@/atoms/user';
|
|
|
|
|
import { getAtomStorage } from '@/atoms/utils';
|
|
|
|
|
import VersionInfo, { modalConfig } from '@/components/version-info';
|
|
|
|
|
import externalLinks from '@/constants/external-links';
|
|
|
|
|
import { useIntl } from '@umijs/max';
|
|
|
|
|
import { Button, Divider, Modal } from 'antd';
|
|
|
|
|
import { Modal } from 'antd';
|
|
|
|
|
import { createStyles } from 'antd-style';
|
|
|
|
|
import styled from 'styled-components';
|
|
|
|
|
|
|
|
|
|
@ -51,7 +48,7 @@ const Footer: React.FC = () => {
|
|
|
|
|
<div className="footer-content">
|
|
|
|
|
<div className="footer-content-left">
|
|
|
|
|
<div className={styles['footer-content-left-text']}>
|
|
|
|
|
<CompanyWrapper>
|
|
|
|
|
{/* <CompanyWrapper>
|
|
|
|
|
<span>©</span>
|
|
|
|
|
<span> {new Date().getFullYear()}</span>
|
|
|
|
|
<span> {intl.formatMessage({ id: 'settings.company' })}</span>
|
|
|
|
|
@ -68,7 +65,7 @@ const Footer: React.FC = () => {
|
|
|
|
|
<Divider type="vertical" />
|
|
|
|
|
<Button type="link" size="small" onClick={showVersion}>
|
|
|
|
|
{getAtomStorage(GPUStackVersionAtom)?.version}
|
|
|
|
|
</Button>
|
|
|
|
|
</Button> */}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|