From d6e4dd58c7a4527e3ff98b0561deb3996d56dc27 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 9 Mar 2026 23:13:45 -0700 Subject: [PATCH] =?UTF-8?q?fix(mining-admin-web):=20=E7=A6=81=E7=94=A8=20c?= =?UTF-8?q?onfigs=20=E9=A1=B5=E7=9F=BF=E6=B1=A0=E5=85=85=E5=80=BC=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A1=86=E4=B8=AD=E7=9A=84=E4=B8=AD=E5=BF=83=E5=8C=96?= =?UTF-8?q?=E5=85=85=E5=80=BC=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 100亿销毁池 和 200万挖矿池 充值对话框中的「中心化充值」TabsTrigger 设为 disabled,并将默认选中项改为「区块链充值」。 与 market-maker 页面的处理方式一致(硬编码禁用), 待中心化充值功能完善后再重新启用。 Co-Authored-By: Claude Sonnet 4.6 --- .../mining-admin-web/src/app/(dashboard)/configs/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/mining-admin-web/src/app/(dashboard)/configs/page.tsx b/frontend/mining-admin-web/src/app/(dashboard)/configs/page.tsx index 94124dd3..9a2cd6c0 100644 --- a/frontend/mining-admin-web/src/app/(dashboard)/configs/page.tsx +++ b/frontend/mining-admin-web/src/app/(dashboard)/configs/page.tsx @@ -118,9 +118,9 @@ function PoolAccountCard({ pool }: { pool: PoolAccountInfo }) { 充值 — {pool.name} 选择充值方式向{pool.name}充值 - + - 中心化充值 + 中心化充值 区块链充值