feat: support custom header HTML in entry pages (#2731)

This commit is contained in:
DacongDA
2024-02-22 17:56:47 +08:00
committed by GitHub
parent 53b8424a1f
commit 44abfb3430
27 changed files with 162 additions and 28 deletions

View File

@ -66,6 +66,7 @@ type Application struct {
Description string `xorm:"varchar(100)" json:"description"`
Organization string `xorm:"varchar(100)" json:"organization"`
Cert string `xorm:"varchar(100)" json:"cert"`
HeaderHtml string `xorm:"mediumtext" json:"headerHtml"`
EnablePassword bool `json:"enablePassword"`
EnableSignUp bool `json:"enableSignUp"`
EnableSigninSession bool `json:"enableSigninSession"`