Files
doodle-mini/miniprogram/constants/mathFunctions.ts
T
2026-03-26 17:33:04 +08:00

6 lines
183 B
TypeScript

/**
* 桥接文件 - 保持向后兼容
* 实际数据已迁移到 core/data/worksheets.ts
*/
export { MATH_FUNCTION_TYPES, type MathFunctionType } from '../core/data/worksheets';