ice/website/config/footer.js

58 lines
1.3 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
style: 'dark',
links: [
{
title: '社区',
items: [
{
label: '社区钉钉群',
href: 'https://iceworks.oss-cn-hangzhou.aliyuncs.com/assets/images/ice-group.png',
},
{
label: '阿里内部钉钉群',
href: 'https://iceworks.oss-cn-hangzhou.aliyuncs.com/assets/images/ice-group-inside.JPG',
},
{
to: 'https://iceteam.gitee.io',
label: '国内镜像站点',
},
{
label: 'GitHub Issue',
href: 'https://github.com/alibaba/ice/issues',
},
],
},
{
title: '生态',
items: [
{
label: '微前端 ICESTARK',
href: 'https://micro-frontends.ice.work/',
},
{
label: '包开发 ICE PKG',
href: 'https://pkg.ice.work/',
},
],
},
{
title: '更多',
items: [
{
label: '淘系前端',
href: 'https://fed.taobao.org/',
},
{
label: 'AppWorks',
href: 'https://appworks.site',
},
{
label: 'Midway',
href: 'https://midwayjs.org/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} - Present 飞冰ICE.`,
};