mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-04 23:29:00 +08:00
feat(config): add IsSecret property to Config
This commit is contained in:
@@ -14,4 +14,5 @@ public class Config : BaseModel
|
||||
|
||||
[StringLength(255)]
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public bool IsSecret { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user