feat:架构代码优化
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
"usingComponents": {
|
||||
"toy-button": "../../ui/button/button",
|
||||
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
|
||||
"math-bottom-buttons": "../components/math-bottom-buttons/math-bottom-buttons"
|
||||
"math-bottom-buttons": "../shared/components/math-bottom-buttons/math-bottom-buttons"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import '../common/mathPage.less';
|
||||
@import '../shared/common/mathPage.less';
|
||||
|
||||
/* 数字选择区域 */
|
||||
.number-selection-area {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
import NumberFindDraw from '../service/numberFindDraw';
|
||||
import { createMathPage, CanvasDataState } from '../common/mathPageMixin';
|
||||
import NumberFindDraw from '../shared/service/numberFindDraw';
|
||||
import {
|
||||
createMathPage,
|
||||
CanvasDataState,
|
||||
} from '../shared/common/mathPageMixin';
|
||||
|
||||
createMathPage({
|
||||
canvas: null as Canvas | null,
|
||||
|
||||
Reference in New Issue
Block a user