This commit is contained in:
louiscklaw
2025-04-26 06:15:18 +08:00
parent df87cfb037
commit 6e8fea3bdd
57 changed files with 1392 additions and 20183 deletions

View File

@@ -23,11 +23,13 @@ const COL_CUSTOMERS = 'Customers';
const COL_NOTIFICATIONS = 'Notifications';
const COL_TEACHERS = 'Teachers';
const COL_STUDENTS = 'Students';
const COL_VOCABULARIES = 'Vocabularies';
// FOR page display
const NO_VALUE = 'NO_VALUE';
const NO_NUM = -Infinity;
const NS_LESSON_CATEGORY = 'lesson_category';
const NS_VOCABULARY = 'vocabulary';
export {
COL_LESSON_TYPES,
@@ -51,5 +53,7 @@ export {
COL_NOTIFICATIONS,
COL_TEACHERS,
COL_STUDENTS,
COL_VOCABULARIES,
NS_VOCABULARY,
//
};