mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-31 13:21:01 +08:00
style: Update CustomRuleCard.vue to include publish_time field
This commit is contained in:
@@ -954,13 +954,15 @@ export interface CustomRule {
|
||||
// 名称
|
||||
name: string
|
||||
// 包含
|
||||
include?: string[]
|
||||
include?: string
|
||||
// 排除
|
||||
exclude?: string[]
|
||||
exclude?: string
|
||||
// 大小范围
|
||||
size_range?: string
|
||||
// 最少做种人数
|
||||
seeders?: string
|
||||
// 发布时间
|
||||
publish_time?: string
|
||||
}
|
||||
|
||||
// 过滤规则组
|
||||
|
||||
Reference in New Issue
Block a user