feat: 时钟连线和认识时钟合并
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { MOCK_SEED_COUNTS } from './mockLikes';
|
||||
import {
|
||||
MATH_WORKSHEET_DEFINITIONS,
|
||||
CLOCK_READING_WORKSHEET_DEFINITIONS,
|
||||
CLOCK_CONNECT_WORKSHEET_DEFINITIONS,
|
||||
FOCUS_WORKSHEET_DEFINITIONS,
|
||||
LETTER_TRACING_WORKSHEET_DEFINITIONS,
|
||||
@@ -80,6 +81,10 @@ const CONFIG_SOURCES: ConfigSource[] = [
|
||||
label: 'wordColoring',
|
||||
data: WORD_COLORING_WORKSHEET_DEFINITIONS,
|
||||
},
|
||||
{
|
||||
label: 'clockReading',
|
||||
data: CLOCK_READING_WORKSHEET_DEFINITIONS,
|
||||
},
|
||||
{
|
||||
label: 'clockConnect',
|
||||
data: CLOCK_CONNECT_WORKSHEET_DEFINITIONS,
|
||||
|
||||
Reference in New Issue
Block a user