私人影库增加追番订阅功能

This commit is contained in:
mtvpls
2026-02-18 17:20:37 +08:00
parent e4a76b3f9d
commit 96b08dc0bd
11 changed files with 1455 additions and 1 deletions
+2 -1
View File
@@ -240,7 +240,8 @@ export type NotificationType =
| 'system' // 系统通知
| 'announcement' // 公告
| 'movie_request' // 新求片通知(给管理员)
| 'request_fulfilled'; // 求片已上架通知(给求片用户)
| 'request_fulfilled' // 求片已上架通知(给求片用户)
| 'anime_subscription_update'; // 追番订阅更新
// 通知数据结构
export interface Notification {