fix: 修复若干可用性问题

This commit is contained in:
2026-05-07 18:17:39 +08:00
parent 93bcdd63fe
commit 2324c9959b
11 changed files with 12 additions and 57 deletions

View File

@@ -600,9 +600,7 @@ class SM:
# Global state management
# ============================================================================
_GLOBAL_STATE_FILE = pathlib.Path(
config_var.get()["global"]["paths"]["data"]
) / "global" / "sm15m_global_state.json"
_GLOBAL_STATE_FILE = pathlib.Path(config_var.get()["global"]["paths"]["misc"]) / "sm15m_global_state.json"
def _get_global_sm():