From 6dd7e64a951384342652c5edd55205b6d7908379 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 15 Dec 2025 04:04:21 -0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=A4=9A=E9=A1=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将所有 USDT 文本替换为 积分 - 监控页面:将"挖矿待开启"改为"开启监控",开启时显示关闭按钮 - 我的伞下:树图默认居中显示 - 树图节点:长按查看详情(序列号、认种数、直推人数) - 分享页面:显示推荐码并支持复制 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../app/(dashboard)/authorization/page.tsx | 8 +- .../src/app/(dashboard)/settings/page.tsx | 4 +- frontend/admin-web/src/utils/constants.ts | 2 +- frontend/admin-web/src/utils/formatters.ts | 2 +- .../presentation/pages/deposit_usdt_page.dart | 6 +- .../presentation/pages/mining_page.dart | 292 ++++++++++-------- .../pages/planting_quantity_page.dart | 4 +- .../presentation/pages/profile_page.dart | 32 +- .../widgets/team_tree_widget.dart | 152 ++++++++- .../share/presentation/pages/share_page.dart | 134 +++++--- .../presentation/pages/trading_page.dart | 12 +- .../pages/withdraw_confirm_page.dart | 6 +- .../pages/withdraw_usdt_page.dart | 14 +- 13 files changed, 456 insertions(+), 212 deletions(-) diff --git a/frontend/admin-web/src/app/(dashboard)/authorization/page.tsx b/frontend/admin-web/src/app/(dashboard)/authorization/page.tsx index d9889e09..274a47db 100644 --- a/frontend/admin-web/src/app/(dashboard)/authorization/page.tsx +++ b/frontend/admin-web/src/app/(dashboard)/authorization/page.tsx @@ -214,7 +214,7 @@ export default function AuthorizationPage() { />
- +
- +
- +
- + (['BNB', 'USDT']); + const [settlementCurrencies, setSettlementCurrencies] = useState(['BNB', '积分']); const [defaultCurrency, setDefaultCurrency] = useState(''); // 龙虎榜设置 @@ -144,7 +144,7 @@ export default function SettingsPage() {
- {['BNB', 'OG', 'USDT', 'DST'].map(currency => ( + {['BNB', 'OG', '积分', 'DST'].map(currency => (