fix: add 'new' to scheduleStateLabels
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s

This commit is contained in:
wangdl 2026-06-19 13:16:13 +08:00
parent c758a2cec8
commit 252b159537

View File

@ -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: '重新学习',