feat: 字母描红页样式开发基本完成
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* 加减法计算绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getImage } from '../../../utils/index';
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 破十法练习绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
|
||||
/**
|
||||
* 破十法数据
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 计算练习题绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
|
||||
/**
|
||||
* 计算练习题数据
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 数一数比大小绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getImage } from '../../../utils/index';
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 数一数连一连绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getImage } from '../../../utils/index';
|
||||
import { getRandomNumberColor } from '../../../constants/colors';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* 支持两种模式:'select'(选一选)和 'fill'(填一填)
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getImage } from '../../../utils/index';
|
||||
import { getRandomNumberColor } from '../../../constants/colors';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 平十法练习绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
|
||||
/**
|
||||
* 平十法数据
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 凑十法练习绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
|
||||
/**
|
||||
* 凑十法数据
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 填上缺少的数字绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
|
||||
/**
|
||||
* 填上缺少的数字数据
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 九九乘法表绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getRandomUniqueNumberColors } from '../../../constants/colors';
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 按数字涂颜色绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getNumberColors } from '../../../constants/colors';
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 10以内数的分与合绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getImage } from '../../../utils/index';
|
||||
import { getRandomNumberColor } from '../../../constants/colors';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { drawNumberPreview } from './numberPreviewDraw';
|
||||
import { drawNumberWriteContent } from './numberWriteDraw';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 数物对应绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getImage } from '../../../utils/index';
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 数字排序绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
|
||||
/**
|
||||
* 数字排序数据
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 一位数加法绘制服务
|
||||
*/
|
||||
|
||||
import { BaseDrawService } from '../../../service/baseDraw';
|
||||
import { BaseDrawService } from '../../../core/draw/baseDraw';
|
||||
import { getRandomNumberColor } from '../../../constants/colors';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user