mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-11 03:08:50 +01:00
🎨 访问授权页支持多语言 https://github.com/siyuan-note/siyuan/issues/6824
This commit is contained in:
parent
f5943cac15
commit
e257329c3e
7 changed files with 19 additions and 7 deletions
|
|
@ -282,6 +282,8 @@ func serveCheckAuth(c *gin.Context) {
|
|||
"l1": model.Conf.Language(174),
|
||||
"l2": template.HTML(model.Conf.Language(172)),
|
||||
"l3": model.Conf.Language(175),
|
||||
"l4": model.Conf.Language(176),
|
||||
"l5": model.Conf.Language(177),
|
||||
}
|
||||
buf := &bytes.Buffer{}
|
||||
if err = tpl.Execute(buf, model); nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue