index.md 526 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
---
category: Components
type: General
title: GlobalFooter
subtitle: 全局页脚
cols: 1
---

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

## API

| 参数      | 说明                                      | 类型         | 默认值 |
|----------|------------------------------------------|-------------|-------|
| links | 链接数据 | array<{ title: ReactNode, href: string, blankTarget?: boolean }> | - |
| copyright | 版权信息 | ReactNode | - |