This commit is contained in:
ChuXun
2025-10-11 18:15:20 +08:00
parent 98c6e4b11a
commit cf8f4c5c3a
283 changed files with 105716 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ int main(){
HANDLE hFind = FindFirstFileW(L"*.srt", &findData);
if(hFind == INVALID_HANDLE_VALUE){
cout << "没有找到需要处理的srt文件" << endl;
cout << "没有找到需要处理的文件" << endl;
return 0;
}