This commit is contained in:
2026-09-09 11:06:20 +08:00
parent 8d3c32cd43
commit 983902d065
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class DipWatch:
def __init__(
self,
expire_seconds: float = 300,
expire_seconds: float = 600,
rebound_threshold: float = 1.5, # 反弹力度 1.5%
) -> None:
self.expire_seconds = expire_seconds