style(SubscribeCard): support different styles for subscription states

This commit is contained in:
InfinityPacer
2024-12-05 19:35:23 +08:00
parent f292071a34
commit f52ad2151b
2 changed files with 10 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ export interface Subscribe {
lack_episode?: number
// 附加信息
note?: string
// 状态N-新建 R-订阅中
// 状态N-新建 R-订阅中 P-待定 S-暂停
state: string
// 最后更新时间
last_update: string
@@ -1177,4 +1177,4 @@ export interface TransferForm {
library_type_folder?: boolean
// 媒体库类别子目录
library_category_folder?: boolean
}
}