mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-14 16:19:15 +08:00
cbcfd38ca7
* build: try to use dumi as doc tool
* docs: migrate demo structure to dumi way
* refactor: use type export & import
* docs: migrate demo previewer to dumi
* docs: create empty layout & components
* docs: apply custom rehype plugin
* docs: create empty extra pages
* docs: Add Banner component
* chore: move theme tsconfig.json
* docs: home page init
* docs: migrate header (#37896)
* docs: header
* docs: update
* docs: home init
* clean up
* test: fix site lint
* chore: tsc ignore demo
* chore: dumi demo migrate script
* chore: cards
* docs: home layout
* docs: Update locale logic
* docs: fix getLink logic
* chore: fix ci (#37899)
* chore: fix ci
* ci: remove check-ts-demo
* ci: preview build
* test: ignore demo.tsx
* chore: update script
* test: update snapshot
* test: update node and image test
* chore: add .surgeignore
* docs: layout providers (#37908)
* docs: add components sidebar (#37923)
* docs: sidebar
* docs: update docs title
* docs: update design doc
* chore: code clean
* docs: handle changelog page
* docs: add title
* docs: add subtitle
* docs: active header nav
* chore: code clean
* docs: overview
* chore: code clean
* docs: update intl (#37918)
* docs: update intl
* chore: code clean
* docs: update favicons
* chore: update testPathIgnorePatterns
* chore: code clean
* chore: code clean
* chore: copy 404.html (#37996)
* docs: Home page theme picker
* chore: Update migrate script
* docs: home page update
* docs: theme editor style
* docs: theme lang
* chore: update migrate.js
* docs: fix demo (#38094)
* chore: update migrate.js
* docs: update md
* docs: update demo
* test: fix snapshot
* chore: move debug to code attr in migrate script
* chore: update md
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
* feat: overview page
* feat: Migrate `404` page (#38118)
* feat: migrate IconSearch component (#37916)
* feat<site/IconSearch>: copy IconDisplay from site to .dumi
* feat<site/IconSearch>: change docs of icon
* feat<site/IconSearch>: tweak
* feat<site/IconSearch>: use useIntl instead of injectIntl
* feat<site/IconSearch>: fix ts type error
* feat<site/IconSearch>: use intl.formatMessage to render text
* docs: Adjust home btn sizw
* docs: Update doc
* feat: v5 site overview page (#38131)
* feat: site
* fix: fix
* feat: v5 site overview page
* fix: fix path
* fix: fix
* fix: fix
* docs: fix margin logic
* feat: v5 site change-log page (#38137)
* feat: v5 site change-log page (#38162)
* docs: site redirect to home pag
* docs: theme picker
* docs: use react-intl from dumi (#38183)
* docs: Theme Picker
* docs: update dumi config
* docs: home back fix
* docs: picker colorful
* docs: locale of it
* docs: update components desc
* docs: site of links
* docs: update components list
* docs: update desc
* feat: Migrate `DemoWrapper` component (#38166)
* feat: Migrate `DemoWrapper` component
* feat: remove invalid comments and add comment for `key` prop
* docs: FloatButton pure panel
* chore: update demo
* chore: update dumi config
* Revert "chore: update demo"
This reverts commit 028265d3ba
.
* chore: test logic adjust to support cnpm modules
* chore: add locale alias
* docs: /index to /
* docs: add locale redirect head script
* chore: adjust compact
* docs: fix missing token
* feat: compact switch
* chore: code clean
* docs: update home
* docs: fix radius token
* docs: hash of it
* chore: adjust home page
* docs: Add background map
* docs: site theme bac logic
* docs: avatar
* docs: update logo color
* docs: home banner
* docs: adjust tour size
* docs: purepanl update
* docs: transfooter
* docs: update banner gif
* docs: content (#38361)
* docs: title & EditButton
* docs: content
* chore: fix toc
* docs: resource page
* docs: transform resource data from hast
* docs: filename & Resource Card
* chore: enable prerender
* chore: remove less
* docs: toc style
* chore: fix lint
* docs: fix Layout page
* docs: fix CP page
* chore: update demos
* docs: workaround for export dynamic html
* chore: enable demo eslint
* docs: table style
* fix: header shadow
* chore: update snapshot
* fix: toc style
* docs: add title
* docs: Adjust site
* feat: helmet
* docs: site css
* fix: description
* feat: toc debug
* docs: update config-provider
* feat: use colorPanel
* fix: colorPanel value
* feat: anchor ink ball style
* feat: apply theme editor
* fix: code block style
* chore: update demo
* chore: fix lint
* chore: code clean
* chore: update snapshot
* feat: ts2js
* chore: description
* docs: site ready for ssr
includes:
- move client render logic to useEffect in site theme
- extract antd cssinjs to a single css file like bisheng
- workaround to support react@18 pipeableStream for emotion
* chore: bump testing lib
* docs: font size of title
* chore: remove react-sortable-hoc
* chore: update snapshot
* chore: update script
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: zqran <uuxnet@gmail.com>
Co-authored-by: TrickyPi <530257315@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
367 lines
10 KiB
TypeScript
367 lines
10 KiB
TypeScript
import React from 'react';
|
|
import RcFooter from 'rc-footer';
|
|
import { Link, FormattedMessage } from 'dumi';
|
|
import type { FooterColumn } from 'rc-footer/lib/column';
|
|
import {
|
|
AntDesignOutlined,
|
|
BgColorsOutlined,
|
|
BugOutlined,
|
|
GithubOutlined,
|
|
HistoryOutlined,
|
|
IssuesCloseOutlined,
|
|
MediumOutlined,
|
|
ProfileOutlined,
|
|
QuestionCircleOutlined,
|
|
TwitterOutlined,
|
|
UsergroupAddOutlined,
|
|
ZhihuOutlined,
|
|
} from '@ant-design/icons';
|
|
import useLocation from '../../../hooks/useLocation';
|
|
import { css } from '@emotion/react';
|
|
import useLocale from '../../../hooks/useLocale';
|
|
import useSiteToken from '../../../hooks/useSiteToken';
|
|
import { TinyColor } from '@ctrl/tinycolor';
|
|
import getAlphaColor from 'antd/es/theme/util/getAlphaColor';
|
|
|
|
const locales = {
|
|
cn: {
|
|
owner: '蚂蚁体验技术部 & 蚂蚁企业级应用设计',
|
|
},
|
|
en: {
|
|
owner: 'Ant Financial Experience & Ant Enterprise-application Design',
|
|
},
|
|
};
|
|
|
|
const useStyle = () => {
|
|
const { token } = useSiteToken();
|
|
const background = new TinyColor(getAlphaColor('#f0f3fa', '#fff'))
|
|
.onBackground(token.colorBgContainer)
|
|
.toHexString();
|
|
|
|
return {
|
|
holder: css`
|
|
background: ${background};
|
|
`,
|
|
|
|
footer: css`
|
|
background: ${background};
|
|
color: ${token.colorTextSecondary};
|
|
box-shadow: inset 0 106px 36px -116px rgba(0, 0, 0, 0.14);
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
h2,
|
|
a {
|
|
color: ${token.colorText};
|
|
}
|
|
|
|
.rc-footer-column {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.rc-footer-container {
|
|
max-width: 1208px;
|
|
margin-inline: auto;
|
|
padding-inline: ${token.marginXXL}px;
|
|
}
|
|
|
|
.rc-footer-bottom {
|
|
font-size: ${token.fontSize}px;
|
|
box-shadow: inset 0 106px 36px -116px rgba(0, 0, 0, 0.14);
|
|
}
|
|
`,
|
|
};
|
|
};
|
|
|
|
const Footer = () => {
|
|
const location = useLocation();
|
|
const [locale, lang] = useLocale(locales);
|
|
const style = useStyle();
|
|
|
|
const { getLink } = location;
|
|
|
|
const getColumns = React.useMemo<FooterColumn[]>(() => {
|
|
const isZhCN = lang === 'cn';
|
|
|
|
const col1 = {
|
|
title: <FormattedMessage id="app.footer.resources" />,
|
|
items: [
|
|
{
|
|
title: 'Ant Design Charts',
|
|
url: 'https://charts.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Ant Design Pro',
|
|
url: 'https://pro.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Ant Design Pro Components',
|
|
url: 'https://procomponents.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Ant Design Mobile',
|
|
url: 'https://mobile.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Ant Design Landing',
|
|
description: <FormattedMessage id="app.footer.landing" />,
|
|
url: 'https://landing.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Scaffolds',
|
|
description: <FormattedMessage id="app.footer.scaffolds" />,
|
|
url: 'https://scaffold.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Umi',
|
|
description: <FormattedMessage id="app.footer.umi" />,
|
|
url: 'https://umijs.org',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Dumi',
|
|
description: <FormattedMessage id="app.footer.dumi" />,
|
|
url: 'https://d.umijs.org',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'qiankun',
|
|
description: <FormattedMessage id="app.footer.qiankun" />,
|
|
url: 'https://qiankun.umijs.org',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'ahooks',
|
|
description: <FormattedMessage id="app.footer.hooks" />,
|
|
url: 'https://github.com/alibaba/hooks',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: 'Ant Motion',
|
|
description: <FormattedMessage id="app.footer.motion" />,
|
|
url: 'https://motion.ant.design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
title: <FormattedMessage id="app.footer.chinamirror" />,
|
|
url: 'https://ant-design.gitee.io/',
|
|
},
|
|
],
|
|
};
|
|
|
|
const col2 = {
|
|
title: <FormattedMessage id="app.footer.community" />,
|
|
items: [
|
|
{
|
|
icon: <AntDesignOutlined />,
|
|
title: <FormattedMessage id="app.footer.awesome" />,
|
|
url: 'https://github.com/websemantics/awesome-ant-design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <MediumOutlined />,
|
|
title: 'Medium',
|
|
url: 'http://medium.com/ant-design/',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <TwitterOutlined style={{ color: '#1DA1F2' }} />,
|
|
title: 'Twitter',
|
|
url: 'http://twitter.com/antdesignui',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <ZhihuOutlined style={{ color: '#0084ff' }} />,
|
|
title: <FormattedMessage id="app.footer.zhihu" />,
|
|
url: 'http://zhuanlan.zhihu.com/antdesign',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <ZhihuOutlined style={{ color: '#0084ff' }} />,
|
|
title: <FormattedMessage id="app.footer.zhihu.xtech" />,
|
|
url: 'http://zhuanlan.zhihu.com/xtech',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/mZBWtboYbnMkTBaRIuWQ.png"
|
|
alt="seeconf"
|
|
/>
|
|
),
|
|
title: 'SEE Conf',
|
|
description: <FormattedMessage id="app.footer.seeconf" />,
|
|
url: 'https://seeconf.antfin.com/',
|
|
openExternal: true,
|
|
},
|
|
],
|
|
};
|
|
|
|
if (isZhCN) {
|
|
col2.items.push({
|
|
icon: <UsergroupAddOutlined />,
|
|
title: <FormattedMessage id="app.footer.work_with_us" />,
|
|
url: getLink('/docs/resources', {
|
|
cn: '加入我们',
|
|
en: 'JoinUs',
|
|
}),
|
|
LinkComponent: Link,
|
|
} as unknown as typeof col2['items'][number]);
|
|
}
|
|
|
|
const col3 = {
|
|
title: <FormattedMessage id="app.footer.help" />,
|
|
items: [
|
|
{
|
|
icon: <GithubOutlined />,
|
|
title: 'GitHub',
|
|
url: 'https://github.com/ant-design/ant-design',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <HistoryOutlined />,
|
|
title: <FormattedMessage id="app.footer.change-log" />,
|
|
url: getLink('/changelog'),
|
|
LinkComponent: Link,
|
|
},
|
|
{
|
|
icon: <ProfileOutlined />,
|
|
title: <FormattedMessage id="app.footer.faq" />,
|
|
url: getLink('/docs/react/faq'),
|
|
LinkComponent: Link,
|
|
},
|
|
{
|
|
icon: <BugOutlined />,
|
|
title: <FormattedMessage id="app.footer.bug-report" />,
|
|
url: 'https://new-issue.ant.design/',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <IssuesCloseOutlined />,
|
|
title: <FormattedMessage id="app.footer.issues" />,
|
|
url: 'https://github.com/ant-design/ant-design/issues',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <QuestionCircleOutlined />,
|
|
title: <FormattedMessage id="app.footer.discussions" />,
|
|
url: 'https://github.com/ant-design/ant-design/discussions',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <QuestionCircleOutlined />,
|
|
title: <FormattedMessage id="app.footer.stackoverflow" />,
|
|
url: 'http://stackoverflow.com/questions/tagged/antd',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <QuestionCircleOutlined />,
|
|
title: <FormattedMessage id="app.footer.segmentfault" />,
|
|
url: 'https://segmentfault.com/t/antd',
|
|
openExternal: true,
|
|
},
|
|
],
|
|
};
|
|
|
|
const col4 = {
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/nBVXkrFdWHxbZlmMbsaH.svg"
|
|
alt="Ant XTech"
|
|
/>
|
|
),
|
|
title: <FormattedMessage id="app.footer.more-product" />,
|
|
items: [
|
|
{
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/XuVpGqBFxXplzvLjJBZB.svg"
|
|
alt="yuque"
|
|
/>
|
|
),
|
|
title: <FormattedMessage id="app.footer.yuque" />,
|
|
url: 'https://yuque.com',
|
|
description: <FormattedMessage id="app.footer.yuque.slogan" />,
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/antfincdn/nc7Fc0XBg5/8a6844f5-a6ed-4630-9177-4fa5d0b7dd47.png"
|
|
alt="AntV"
|
|
/>
|
|
),
|
|
title: 'AntV',
|
|
url: 'https://antv.vision',
|
|
description: <FormattedMessage id="app.footer.antv.slogan" />,
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/antfincdn/v2%24rh7lqpu/82f338dd-b0a6-41bc-9a86-58aaa9df217b.png"
|
|
alt="Egg"
|
|
/>
|
|
),
|
|
title: 'Egg',
|
|
url: 'https://eggjs.org',
|
|
description: <FormattedMessage id="app.footer.egg.slogan" />,
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/DMDOlAUhmktLyEODCMBR.ico"
|
|
alt="kitchen"
|
|
/>
|
|
),
|
|
title: 'Kitchen',
|
|
description: <FormattedMessage id="app.footer.kitchen" />,
|
|
url: 'https://kitchen.alipay.com',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: (
|
|
<img
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/nBVXkrFdWHxbZlmMbsaH.svg"
|
|
alt="xtech"
|
|
/>
|
|
),
|
|
title: <FormattedMessage id="app.footer.xtech" />,
|
|
url: 'https://xtech.antfin.com/',
|
|
openExternal: true,
|
|
},
|
|
{
|
|
icon: <BgColorsOutlined />,
|
|
title: <FormattedMessage id="app.footer.theme" />,
|
|
url: getLink('/theme-editor'),
|
|
LinkComponent: Link,
|
|
},
|
|
],
|
|
};
|
|
return [col1, col2, col3, col4];
|
|
}, [lang, location.search]);
|
|
|
|
return (
|
|
<RcFooter
|
|
columns={getColumns}
|
|
css={style.footer}
|
|
bottom={
|
|
<>
|
|
Made with <span style={{ color: '#fff' }}>❤</span> by {locale.owner}
|
|
</>
|
|
}
|
|
/>
|
|
);
|
|
};
|
|
|
|
export default Footer;
|