Fix: menu typing test - back click error, remove english typing for free players
This commit is contained in:
@@ -50,7 +50,7 @@ var MenuTypingTest = {
|
||||
|
||||
// top ui
|
||||
var screenTopUI = new ScreenTopUI();
|
||||
screenTopUI.makeBackButton( function() { (function() { this.back(); }).bind(this) });
|
||||
screenTopUI.makeBackButton( (function() { this.back(); }).bind(this) );
|
||||
screenTopUI.makeFullScreenButton();
|
||||
|
||||
|
||||
|
||||
@@ -1,26 +1,22 @@
|
||||
USE moty;
|
||||
|
||||
INSERT INTO `active_app` (`ActiveAppID`, `MaestroID`, `AppID`) VALUES
|
||||
(1, 1, 101),
|
||||
(2, 1, 102),
|
||||
(3, 1, 1),
|
||||
(4, 1, 2),
|
||||
(5, 1, 3),
|
||||
(6, 1, 4),
|
||||
(7, 1, 5),
|
||||
(8, 1, 6),
|
||||
(9, 1, 7),
|
||||
(10, 1, 8),
|
||||
(11, 1, 11),
|
||||
(12, 1, 12),
|
||||
(13, 1, 13),
|
||||
(14, 1, 14),
|
||||
(15, 1, 15),
|
||||
(16, 1, 16),
|
||||
(17, 1, 17),
|
||||
(18, 1, 21),
|
||||
(19, 1, 30),
|
||||
(20, 1, 31),
|
||||
(21, 1, 40);
|
||||
(22, 1, 50),
|
||||
(23, 1, 51);
|
||||
INSERT INTO `active_app` (`MaestroID`, `AppID`) VALUES
|
||||
(1, 101),
|
||||
(1, 102),
|
||||
(1, 1),
|
||||
(1, 2),
|
||||
(1, 3),
|
||||
(1, 4),
|
||||
(1, 5),
|
||||
(1, 6),
|
||||
(1, 7),
|
||||
(1, 8),
|
||||
(1, 11),
|
||||
(1, 12),
|
||||
(1, 13),
|
||||
(1, 14),
|
||||
(1, 15),
|
||||
(1, 16),
|
||||
(1, 17),
|
||||
(1, 50),
|
||||
(1, 51);
|
||||
@@ -20,14 +20,14 @@ INSERT INTO `app` (`AppID`, `AppName`, `KoreanName`, `AppType`, `Status`, `HowTo
|
||||
(17, 'practice_english_upper_lower', 'Upper/Lower', 2, 1, '대문자, 소문자 연습.\\n대문자를 입력할 때에는 반대편 손\\n새끼손가락으로 [shift] 키를 누르세요.'),
|
||||
(19, 'practice_english_word', '', 2, 0, '영문 단어 입력으로 타자를 연습합니다.'),
|
||||
(20, 'practice_english_sentence', '', 2, 0, '영문 문장 입력으로 타자를 연습합니다.'),
|
||||
(21, 'test_korean_basic', '기본 자리', 11, 1, ''),
|
||||
(22, 'test_korean_left_upper', '왼손 윗글쇠', 11, 1, ''),
|
||||
(23, 'test_korean_second_finger', '검지 글쇠', 11, 1, ''),
|
||||
(24, 'test_korean_right_upper', '오른손 윗글쇠', 11, 1, ''),
|
||||
(25, 'test_korean_left_lower', '왼손 밑글쇠', 11, 1, ''),
|
||||
(26, 'test_korean_right_lower', '오른손 밑글쇠', 11, 1, ''),
|
||||
(27, 'test_korean_left_lower_double', '왼손 쌍자음', 11, 1, ''),
|
||||
(28, 'test_korean_right_lower_double', '오른손 쌍모음', 11, 1, ''),
|
||||
(21, 'test_korean_basic', '기본 자리', 11, 1, '왼손 검지를 [F] 자판위에,\\n오른손 검지를 [J] 자판위에 올린채\\n손을 움직이지 말고 글자를 입력하세요.'),
|
||||
(22, 'test_korean_left_upper', '왼손 윗글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(23, 'test_korean_second_finger', '검지 글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(24, 'test_korean_right_upper', '오른손 윗글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(25, 'test_korean_left_lower', '왼손 밑글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(26, 'test_korean_right_lower', '오른손 밑글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(27, 'test_korean_left_lower_double', '왼손 쌍자음', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(28, 'test_korean_right_lower_double', '오른손 쌍모음', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'),
|
||||
(29, 'test_korean_word', '시험 - 단어', 11, 1, '단어를 빠르게 입력하세요.'),
|
||||
(30, 'test_korean_sentence', '시험 - 문장', 11, 1, '문장을 빠르게 입력하세요.'),
|
||||
(31, 'test_english_basic', 'Basic', 12, 1, ''),
|
||||
|
||||
Reference in New Issue
Block a user