refactor: remove duplicate scripts + JSON constants + update docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user