沧田命名调整

This commit is contained in:
13038267101 2022-11-09 16:25:27 +08:00
parent 1e9ca2d723
commit 4e1a031f32
2 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -729,7 +729,7 @@ namespace rc
else if (o == OEM_LISICHENG) else if (o == OEM_LISICHENG)
os = L"lanxum"; os = L"lanxum";
else if (o == OEM_CANGTIAN) else if (o == OEM_CANGTIAN)
os = L"cts"; os = L"cumtenn";
while (len > bgn) while (len > bgn)
{ {
@ -1039,7 +1039,12 @@ namespace rc
{ {
prev = L"lsc_scanner_"; prev = L"lsc_scanner_";
if (cont.find(prev) == std::wstring::npos) if (cont.find(prev) == std::wstring::npos)
return false; {
prev = L"cts_scanner_";
if (cont.find(prev) == std::wstring::npos)
return false;
}
} }
} }