This commit is contained in:
wangjinlei
2022-08-05 11:18:52 +08:00
parent a23e9640b3
commit c88aa8bb2f
5 changed files with 64 additions and 14 deletions

View File

@@ -195,6 +195,7 @@ function translateType($type) {
break;
default:
$frag = 'OTHERS';
break;
}
return $frag;
}