feat:架构代码优化

This commit is contained in:
R524809
2025-12-11 13:02:44 +08:00
parent 2c32235568
commit 3c0e2af10d
89 changed files with 2774 additions and 2816 deletions
@@ -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,