refactor: remove duplicate scripts + JSON constants + update docs

This commit is contained in:
知微
2026-07-04 09:30:50 +08:00
parent 7d6b08953c
commit 8b114d6e9e
26 changed files with 2200 additions and 4913 deletions
+2
View File
@@ -62,6 +62,7 @@ class MoConfig:
@property
def live_prices_path(self) -> Path:
"""⚠️ DEPRECATED: 实时价格已迁移到 mofin_db.live_prices 表。"""
return self.data_dir / "live_prices.json"
@property
@@ -70,6 +71,7 @@ class MoConfig:
@property
def multi_tf_cache_path(self) -> Path:
"""⚠️ DEPRECATED: 多周期缓存已迁移到 mofin_db.mtf_cache 表。"""
return self.data_dir / "multi_tf_cache.json"
@property