@@ -184,7 +184,7 @@ func (value *Value) Clone() (ret *Value) {
}
func (value *Value) IsEdited() bool {
- if 1709454120000 > value.CreatedAt {
+ if 1709740800000 > value.CreatedAt {
// 说明是旧数据,认为都是编辑过的
return true