update build ok,

This commit is contained in:
louiscklaw
2025-04-16 10:55:48 +08:00
parent 9b39e82488
commit b4fed69da6
9 changed files with 197 additions and 45 deletions

View File

@@ -1,3 +1,5 @@
const COL_LESSON_TYPES = 'LessonsTypes';
const NO_VALUE = 'NO_VALUE';
const NO_NUM = -Infinity;
export { COL_LESSON_TYPES };
export { COL_LESSON_TYPES, NO_VALUE, NO_NUM };