一些小修改

This commit is contained in:
2025-11-19 12:23:17 +08:00
parent 95d719cc1e
commit 80ae03c8c1
25 changed files with 2291 additions and 17 deletions

View File

@@ -234,7 +234,7 @@ if __name__ == "__main__":
# 检查文件是否存在
msd_path = os.path.join(folder_path, "msd_li.dat")
data_path = os.path.join(folder_path, "LYC.data")
data_path = os.path.join(folder_path, "LYC.raw")
if not os.path.exists(msd_path):
print(f" 跳过:缺少{msd_path}")
continue