添加了<数据预处理>的重采样

This commit is contained in:
Yorusora
2025-05-21 09:33:30 +08:00
parent 6215399cf7
commit 4f150300fb
2 changed files with 28 additions and 2 deletions

View File

@ -26,6 +26,7 @@ class Constants:
RESAMPLING_DATA: str = "正在数据重采样"
RESAMPLE_FINISHED: str = "重采样完成"
RESAMPLE_FAILURE: str = "重采样失败"
RESAMPLE_NO_NEED: str = "无需进行重采样"
LOADING_ARCHIVE: str = "正在获取历史存档"
ARCHIVE_EXIST: str = "找到历史存档,成功读取"