update init lp_category,

This commit is contained in:
louiscklaw
2025-04-19 06:42:55 +08:00
parent 2c20496a13
commit 1c865595bf
88 changed files with 10716 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ const NO_NUM = -Infinity;
const NS_LESSON_CATEGORY = 'lesson_category';
const COL_USERS = 'users';
const COL_USER_METAS = 'UserMetas';
const COL_QUIZ_LISTENINGS = 'QuizLPCategories';
export {
COL_LESSON_TYPES,
@@ -14,5 +15,6 @@ export {
NS_LESSON_CATEGORY,
COL_USERS,
COL_USER_METAS,
COL_QUIZ_LISTENINGS,
//
};