更新 providers

This commit is contained in:
2025-11-02 03:15:18 +08:00
parent f689e08a1d
commit 723046a876
20 changed files with 160 additions and 249 deletions

View File

@@ -2,7 +2,7 @@ from heurams.context import config_var
import pathlib
def probe_by_filename(filename):
"""探测指定文件的所有信息"""
"""探测指定文件 (无扩展名) 的所有信息"""
paths: dict = config_var.get().get("paths")
formats = ["toml", "json"]
result = {}