调整sane 沧田命名

This commit is contained in:
13038267101 2022-11-09 17:15:48 +08:00
parent 4e1a031f32
commit 0c1d3eee39
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -1001,7 +1001,12 @@ namespace rc
{
prev = L"_lscsane_";
if (cont.find(prev) == std::wstring::npos)
return false;
{
prev = L"_ctssane_";
if (cont.find(prev) == std::wstring::npos)
return false;
}
}
}