Add: finger alpha

This commit is contained in:
2018-06-20 11:32:23 +09:00
parent bc8179302b
commit fb8e2eb9d6
2 changed files with 33 additions and 1 deletions
+19
View File
@@ -137,7 +137,26 @@ class TypingPractice {
else if(isTypingPracticeStage())
appName = sessionStorageManager.playingAppName.substring(9);
let tempContent = [
"a",
"C",
"n",
"J",
"t",
"e",
"s",
"X",
"v",
"b",
"D",
"i",
"k",
"N",
];
return tempContent;
let testContent = [];
switch(appName) {
case "korean_basic":
testContent = koreanBasicWordList;