前端切换模板

This commit is contained in:
naiba
2024-02-24 22:28:07 +08:00
parent ebc45f9b8f
commit 99ac12c9fd
3 changed files with 31 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ import (
const CtxKeyAuthorizedUser = "ckau"
const CtxKeyViewPasswordVerified = "ckvpv"
const CtxKeyPreferredTheme = "ckpt"
const CacheKeyOauth2State = "p:a:state"
type Common struct {