From bb584963c6abe77c5577cbcad3c9956b69444ae9 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 01 七月 2025 17:17:30 +0800 Subject: [PATCH] 无人机样章 --- src/books/toddlerGameImplementation/assets/examinationList.js | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 45 insertions(+), 1 deletions(-) diff --git a/src/books/toddlerGameImplementation/assets/examinationList.js b/src/books/toddlerGameImplementation/assets/examinationList.js index 3817e14..7d4847f 100644 --- a/src/books/toddlerGameImplementation/assets/examinationList.js +++ b/src/books/toddlerGameImplementation/assets/examinationList.js @@ -1,7 +1,51 @@ const testData = { 2: { 35: [ - 152885, 152886, 152887, 152888, 152889, 152890, 152891, 152892, 152893, 152894, 152895, 152896, 152897, 152898, 152899, 152900, 152901, 152902, 152903, + 152885, 152886, 152887, 152888, 152889, 152890, 152891, 152892, 152893, + 152894, 152895, 152896, 152897, 152898, 152899, 152900, 152901, 152902, + 152903, + ], + }, + 3: { + 58: [ + 152905, 152906, 152907, 152908, 152909, 152910, 152911, 152912, 152913, + 152914, 152915, 152916, 152917, 152918, 152919, 152920, 152921, 152922, + 152923, 152924, + ], + }, + 4: { + 95: [ + 152926, 152927, 152928, 152929, 152930, 152931, 152932, 152933, 152934, + 152935, 152937, 152938, 152939, 152940, 152941, 152942, 152943, 152944, + 152945, 152946, + ], + }, + 5: { + 114: [ + 152948, 152949, 152950, 152951, 152952, 152953, 152954, 152955, 152956, + 152957, 152958, 152959, 152960, 152961, 152962, 152963, 152964, 152965, + 152966, 152967, + ], + }, + 6: { + 140: [ + 152977, 152978, 152979, 152980, 152981, 152982, 152983, 152984, 152985, + 152986, 152987, 152988, 152989, 152990, 152991, 152992, 152993, 152994, + 152995, 152996, + ], + }, + 7: { + 165: [ + 152998, 152999, 153000, 153001, 153002, 153003, 153004, 153005, 153006, + 153007, 153008, 153009, 153010, 153011, 153012, 153013, 153014, 153015, + 153016, 153017, + ], + }, + 8: { + 188: [ + 153019, 153020, 153021, 153022, 153023, 153024, 153025, 153030, 153031, + 153032, 153034, 153035, 153036, 153037, 153039, 153040, 153041, 153042, + 153043, 153044, ], }, }; -- Gitblit v1.9.1