index.md 385 Bytes
Newer Older
1 2 3 4
---
title: GlobalFooter
subtitle: 全局页脚
cols: 1
nikogu's avatar
nikogu committed
5
order: 7
6 7 8 9 10 11
---

页脚属于全局导航的一部分,作为对顶部导航的补充,通过传递数据控制展示内容。

## API

afc163's avatar
afc163 committed
12 13 14 15
参数 | 说明 | 类型 | 默认值
----|------|-----|------
links | 链接数据 | array<{ title: ReactNode, href: string, blankTarget?: boolean }> | -
copyright | 版权信息 | ReactNode | -