From 57aac73eff731716c786055753169bec4d126a58 Mon Sep 17 00:00:00 2001 From: wangdl Date: Fri, 19 Jun 2026 15:13:26 +0800 Subject: [PATCH] fix: add 'read' to progressStatusLabels --- src/constants/labels.ts | 1 + 1 file changed, 1 insertion(+) 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: '未开始',