mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-21 08:11:03 +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