拆分 AccountCenter:提取支付与钱包逻辑至 useAccountPayment hook,主组件从 2917 行减至 1280 行

This commit is contained in:
2569718930@qq.com
2026-05-25 02:38:20 +08:00
parent 22872f26e7
commit 7f8dca2066
5 changed files with 2723 additions and 1946 deletions
@@ -43,10 +43,9 @@ export function runTests() {
"scan terminal content views must not include market monitor or runway tabs",
);
assert(
shellPartsSource.includes('"city-list"') &&
dashboardSource.includes("MarketTable") &&
dashboardSource.includes("MarketTable") &&
dashboardSource.includes("decisionLabel"),
"scan terminal must expose city-list type and new terminal layout components",
"scan terminal must expose new terminal layout components (MarketTable, decisionLabel)",
);
assert(
!dashboardSource.includes('setActiveView("monitor")') &&