重置项目

This commit is contained in:
2026-07-04 15:59:20 +08:00
parent 374e587f2d
commit 648a8b7f1c
224 changed files with 19700 additions and 9547 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ def clear(*keys: str) -> dict:
def get_tickflow_key() -> str:
"""取当前数据源 Key:secrets.json 优先,否则 .env。"""
"""取当前 TickFlow Key:secrets.json 优先,否则 .env。"""
val = load().get("tickflow_api_key")
if val:
return val