This commit is contained in:
2026-09-09 11:08:56 +08:00
parent 983902d065
commit e9cd816d4d

View File

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