|
|
@ -1,6 +1,7 @@
|
|
|
|
import React from 'react';
|
|
|
|
import React from 'react';
|
|
|
|
import { FormattedMessage, injectIntl } from 'react-intl';
|
|
|
|
import { FormattedMessage, injectIntl } from 'react-intl';
|
|
|
|
import { Modal, Icon, message } from 'antd';
|
|
|
|
import { Modal, Icon, message } from 'antd';
|
|
|
|
|
|
|
|
import { Link } from 'bisheng/router';
|
|
|
|
import { isLocalStorageNameSupported, loadScript } from '../utils';
|
|
|
|
import { isLocalStorageNameSupported, loadScript } from '../utils';
|
|
|
|
import ColorPicker from '../Color/ColorPicker';
|
|
|
|
import ColorPicker from '../Color/ColorPicker';
|
|
|
|
|
|
|
|
|
|
|
@ -221,6 +222,10 @@ class Footer extends React.Component {
|
|
|
|
<h2>Copyright © {new Date().getFullYear()}</h2>
|
|
|
|
<h2>Copyright © {new Date().getFullYear()}</h2>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<FormattedMessage id="app.footer.author" />
|
|
|
|
<FormattedMessage id="app.footer.author" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Link to="/docs/resource/work-with-us">
|
|
|
|
|
|
|
|
加入我们
|
|
|
|
|
|
|
|
</Link>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
Built with
|
|
|
|
Built with
|
|
|
|