diff --git "a/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletCard.md" "b/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletCard.md" index d8053a6..b3a61ae 100644 --- "a/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletCard.md" +++ "b/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletCard.md" @@ -241,4 +241,3 @@ const chainIconUrls = useChainIconUrls(); - [WalletConfig](./WalletConfig.md) - 钱包配置(编辑名称/主题色) - [AddressDisplay](../02-通用组件/AddressDisplay.md) - 地址显示与复制 -- [ChainIcon](./ChainIcon.md) - 链图标组件 diff --git "a/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletConfig.md" "b/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletConfig.md" index 89da280..89b1ca7 100644 --- "a/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletConfig.md" +++ "b/docs/white-book/05-\347\273\204\344\273\266\347\257\207/03-\351\222\261\345\214\205\347\273\204\344\273\266/WalletConfig.md" @@ -241,7 +241,6 @@ function WalletConfigActivity() { ## 相关组件 - [WalletCard](./WalletCard.md) - 钱包卡片预览 -- [ProgressSteps](../01-基础组件/ProgressSteps.md) - 进度指示器 ---