website/config/footer.js (57 lines of code) (raw):

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).`, };