[feat] private characters

This commit is contained in:
kwaroran
2023-07-29 11:51:31 +09:00
parent ff93cf22e4
commit 243e2b913f
6 changed files with 66 additions and 34 deletions

View File

@@ -375,6 +375,7 @@ export interface character{
reloadKeys?:number
backgroundCSS?:string
license?:string
private?:boolean
}