diff --git a/src/constants/labels.ts b/src/constants/labels.ts index b2101c8..7d53f73 100644 --- a/src/constants/labels.ts +++ b/src/constants/labels.ts @@ -23,6 +23,7 @@ export const sessionStatusLabels: Record = { }; export const progressStatusLabels: Record = { + read: '已读', reading: '阅读中', completed: '已完成', not_started: '未开始',