feat: support custom page footer (#2790)

This commit is contained in:
DacongDA
2024-03-08 23:11:03 +08:00
committed by GitHub
parent f5bcd00652
commit d25eaa65cd
28 changed files with 176 additions and 3 deletions

View File

@ -105,6 +105,7 @@ type Application struct {
SignupHtml string `xorm:"mediumtext" json:"signupHtml"`
SigninHtml string `xorm:"mediumtext" json:"signinHtml"`
ThemeData *ThemeData `xorm:"json" json:"themeData"`
FooterHtml string `xorm:"mediumtext" json:"footerHtml"`
FormCss string `xorm:"text" json:"formCss"`
FormCssMobile string `xorm:"text" json:"formCssMobile"`
FormOffset int `json:"formOffset"`