From 0882f1306c0cb166cc4760470112ac4005318aaa Mon Sep 17 00:00:00 2001 From: Gaubee Date: Sat, 27 Dec 2025 12:40:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E7=A7=BB=E9=99=A4=E7=99=BD?= =?UTF-8?q?=E7=9A=AE=E4=B9=A6=E4=B8=AD=E7=9A=84=E6=AD=BB=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - WalletConfig.md: 移除不存在的 ProgressSteps 链接 - WalletCard.md: 移除不存在的 ChainIcon 链接 --- .../WalletCard.md" | 1 - .../WalletConfig.md" | 1 - 2 files changed, 2 deletions(-) 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) - 进度指示器 ---