fix: add 'read' to progressStatusLabels
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 12s

This commit is contained in:
wangdl 2026-06-19 15:13:26 +08:00
parent fd40b0ef36
commit 57aac73eff

View File

@ -23,6 +23,7 @@ export const sessionStatusLabels: Record<string, string> = {
}; };
export const progressStatusLabels: Record<string, string> = { export const progressStatusLabels: Record<string, string> = {
read: '已读',
reading: '阅读中', reading: '阅读中',
completed: '已完成', completed: '已完成',
not_started: '未开始', not_started: '未开始',