完成前端改造

1、下一步实现各个分类下载视频中重复视频去除-可配置是否去重
This commit is contained in:
jianzhichu
2025-11-23 23:06:13 +08:00
parent e5f22e45c3
commit 73d612fe50
34 changed files with 1013 additions and 673 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ namespace dy.net.model
/// <summary>
/// 日志保留天数,防止容器日志太多,默认10天
/// </summary>
public int KeepLogDay { get; set; } = 10;
public int LogKeepDay { get; set; } = 10;
[SugarColumn(IsIgnore=true)]
public bool DownImageVideoFromEnv { get; set; }
}
}