style: Update CustomRuleCard.vue to include publish_time field

This commit is contained in:
jxxghp
2024-08-05 18:15:04 +08:00
parent f043447e4f
commit 235eb82c45
4 changed files with 155 additions and 11 deletions

View File

@@ -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
}
// 过滤规则组