Improve scan terminal freshness and AMSC overlay consistency

This commit is contained in:
2569718930@qq.com
2026-06-15 01:39:19 +08:00
parent 717786b1d8
commit c79e0f36cc
30 changed files with 924 additions and 48 deletions
+4
View File
@@ -30,6 +30,8 @@ async def scan_terminal(
time_range: str = "today",
limit: int = 25,
force_refresh: bool = False,
diff: bool = False,
since_snapshot_id: str | None = None,
region: str = "",
trading_region: str = "",
timezone_offset_seconds: int | None = None,
@@ -46,6 +48,8 @@ async def scan_terminal(
time_range=time_range,
limit=limit,
force_refresh=force_refresh,
diff=diff,
since_snapshot_id=since_snapshot_id,
region=region or trading_region or None,
timezone_offset_seconds=timezone_offset_seconds,
)