Skip to content

Commit a5a584f

Browse files
authored
docs(types): translate table titles in zh doc(#979)
1 parent 66aaab4 commit a5a584f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/web3/src/types/index.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ order: 3
3232

3333
### ChainBrowser
3434

35-
| Property | Description | Type | Default | Version |
35+
| 属性 | 描述 | 类型 | 默认值 | 版本 |
3636
| --- | --- | --- | --- | --- |
3737
| icon | 链浏览器图标 | `React.ReactNode` | - | - |
3838
| getBrowserLink | 从区块链浏览器获取地址或交易链接方法 | `(address: string, type: 'address' \| 'transaction') => string` | - | - |
@@ -114,10 +114,10 @@ order: 3
114114

115115
### TokenChain
116116

117-
| Property | Description | Type | Default | Version |
118-
| -------- | -------------------- | --------------- | ------- | ------- |
119-
| chain | 链信息 | [Chain](#chain) | - | - |
120-
| contract | 代币在该链的合约地址 | `string` | - |
117+
| 属性 | 描述 | 类型 | 默认值 | 版本 |
118+
| -------- | -------------------- | --------------- | ------ | ---- |
119+
| chain | 链信息 | [Chain](#chain) | - | - |
120+
| contract | 代币在该链的合约地址 | `string` | - |
121121

122122
## Locale
123123

0 commit comments

Comments
 (0)