fix: add 'new' to scheduleStateLabels
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
This commit is contained in:
parent
c758a2cec8
commit
252b159537
@ -59,6 +59,7 @@ export const reviewStatusLabels: Record<string, string> = {
|
|||||||
completed: '已完成',
|
completed: '已完成',
|
||||||
};
|
};
|
||||||
export const scheduleStateLabels: Record<string, string> = {
|
export const scheduleStateLabels: Record<string, string> = {
|
||||||
|
new: '新卡片',
|
||||||
learning: '学习中',
|
learning: '学习中',
|
||||||
review: '复习中',
|
review: '复习中',
|
||||||
relearning: '重新学习',
|
relearning: '重新学习',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user