mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-17 06:17:36 +08:00
feat(config): add IsSecret property to Config
This commit is contained in:
@@ -12,4 +12,6 @@ public record SetConfigRequest
|
||||
|
||||
[StringLength(255, ErrorMessage = "描述长度不能超过255个字符")]
|
||||
public string? Description { get; set; }
|
||||
|
||||
public bool? IsSecret { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user