拆分 AccountCenter:提取支付与钱包逻辑至 useAccountPayment hook,主组件从 2917 行减至 1280 行
This commit is contained in:
+2
-3
@@ -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")') &&
|
||||
|
||||
Reference in New Issue
Block a user