Fix: slice and push word list

This commit is contained in:
2019-01-09 15:34:57 +09:00
parent f66c5eeabc
commit e3ea3eceb8
7 changed files with 108 additions and 179 deletions
+4 -2
View File
@@ -16,9 +16,11 @@ RecordUtil.getRecordValueText = function(record, appID) {
}
RecordUtil.getRecordUnit = function(appID) {
if(appID == 104)
if(appID == 104) // dodge
return " 초";
else if(appID < 100)
else if(appID == 52 || appID == 53) // word flyingsaucer
return " 점";
else if(appID < 100) // typing
return " 타";
else
return " 점";