diff --git a/site/theme/en-US.js b/site/theme/en-US.js index 8eb801dd34..7056d37291 100644 --- a/site/theme/en-US.js +++ b/site/theme/en-US.js @@ -50,6 +50,7 @@ module.exports = { 'app.footer.primary-color-changed': 'Change primary color successfully!', 'app.footer.scaffold': 'Scaffold', 'app.footer.kitchen': 'Sketch Toolkit', + 'app.footer.landing': 'Landing Templates', 'app.footer.scaffolds': 'Scaffold Market', 'app.footer.dev-tools': 'Developer Tools', 'app.footer.umi': 'React Application Framework', diff --git a/site/theme/template/Layout/Footer.jsx b/site/theme/template/Layout/Footer.jsx index 1eec1659b9..1de9c0ccc4 100644 --- a/site/theme/template/Layout/Footer.jsx +++ b/site/theme/template/Layout/Footer.jsx @@ -26,7 +26,7 @@ class Footer extends React.Component { // 2. 超过截止日期后不再提示 if ( localStorage.getItem('antd@3.0.0-notification-sent') !== 'true' - && Date.now() < new Date('2017/12/20').getTime() + && Date.now() < new Date('2017/12/20').getTime() ) { this.infoNewVersion(); } @@ -112,11 +112,16 @@ class Footer extends React.Component { +
+ Kitchen + - + +
- Kitchen + Ant Design Landing - - +
diff --git a/site/theme/zh-CN.js b/site/theme/zh-CN.js index 87c992ec5e..dad09cb8a3 100644 --- a/site/theme/zh-CN.js +++ b/site/theme/zh-CN.js @@ -49,6 +49,7 @@ module.exports = { 'app.footer.chinamirror': '国内镜像站点 🇨🇳', 'app.footer.primary-color-changed': '修改主题色成功!', 'app.footer.kitchen': 'Sketch 工具集', + 'app.footer.landing': 'Landing 模板集', 'app.footer.scaffold': '脚手架', 'app.footer.scaffolds': '脚手架市场', 'app.footer.dev-tools': '开发工具',