Fix: apply TypingTextManager to typing test
This commit is contained in:
@@ -263,7 +263,6 @@ class TypingPractice {
|
||||
this.typingIndex++;
|
||||
this.showTypingPracticeContents();
|
||||
this.showPlayingWordNumber();
|
||||
// this.resetTypingContent();
|
||||
}
|
||||
|
||||
showPlayingWordNumber() {
|
||||
@@ -273,13 +272,13 @@ class TypingPractice {
|
||||
}
|
||||
|
||||
|
||||
TypingPractice.TYPING_CONTENT_PREVIEW_COUNT = 3;
|
||||
TypingPractice.TYPING_CONTENT_DONE_COUNT = 3;
|
||||
TypingPractice.TYPING_COUNT_PLUS_ENTER = 1;
|
||||
TypingPractice.TYPING_CONTENT_PREVIEW_COUNT = 3;
|
||||
TypingPractice.TYPING_CONTENT_DONE_COUNT = 3;
|
||||
TypingPractice.TYPING_COUNT_PLUS_ENTER = 1;
|
||||
|
||||
TypingPractice.OFFSET_RIGHT_ALIGN = 10;
|
||||
TypingPractice.OFFSET_RIGHT_ALIGN = 10;
|
||||
|
||||
TypingPractice.WORD_COUNT_FOR_STAGE = 10;
|
||||
TypingPractice.WORD_COUNT_FOR_STAGE = 10;
|
||||
|
||||
TypingPractice.COLOR_CONTENT_WRONG = "#aaaaaa";
|
||||
TypingPractice.COLOR_CONTENT_RIGHT = "#ffff4d";
|
||||
Reference in New Issue
Block a user