优化订阅日历入库状态展示

This commit is contained in:
jxxghp
2026-06-15 10:05:35 +08:00
parent 0a7d53b5c7
commit 48913b8811
6 changed files with 419 additions and 82 deletions

View File

@@ -49,7 +49,7 @@ export interface Subscribe {
// 已完成集数(普通订阅 = 已入库集数,洗版订阅 = 起始集前 + [start, total] 范围内 priority==100 命中数)
completed_episode?: number
// 附加信息
note?: string
note?: string | number[]
// 状态N-新建 R-订阅中 P-待定 S-暂停
state: string
// 最后更新时间