Merge remote-tracking branch 'origin/master'

# Conflicts:
#	func/Module_approximately_align.py
This commit is contained in:
Yorusora
2025-05-20 15:26:43 +08:00
8 changed files with 604 additions and 246 deletions

View File

@ -122,6 +122,9 @@ class Constants:
APPROXIMATELY_ALIGN_FAILURE_REASON = {
"Data_Path_Not_Exist": "(路径不存在)",
"Data_File_Not_Exist": "(数据文件不存在)",
"Data_File_More_Than_One": "(数据文件超过一个)",
"Data_Frequency_Not_In_Filename": "(数据频率不在文件名中)",
"Read_Data_Exception": "(读取数据异常)",
"Raw_Data_Not_Exist": "(原始数据不存在)",
"Only_Resample_Exception": "(仅重采样异常)",