fix: add 'read' to progressStatusLabels
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 12s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 12s
This commit is contained in:
parent
fd40b0ef36
commit
57aac73eff
@ -23,6 +23,7 @@ export const sessionStatusLabels: Record<string, string> = {
|
||||
};
|
||||
|
||||
export const progressStatusLabels: Record<string, string> = {
|
||||
read: '已读',
|
||||
reading: '阅读中',
|
||||
completed: '已完成',
|
||||
not_started: '未开始',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user