feat: implement scan terminal dashboard with real-time market data services and interactive visual components

This commit is contained in:
2569718930@qq.com
2026-05-25 16:48:19 +08:00
parent 21a375a198
commit 045121a457
10 changed files with 391 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def test_normalize_scan_terminal_filters_clamps_and_swaps_bounds():
assert filters["min_price"] == 0.0
assert filters["max_price"] == 1.0
assert filters["limit"] == 100
assert filters["limit"] == 200
assert filters["min_liquidity"] == 5000.0