修复: 组件隐藏状态启动不生效+相册显示开关
- body class 改用 {{BODY_CLASSES}} 模板变量替换,修复隐藏状态在启动时未应用
- 相册组件添加显示/隐藏开关
This commit is contained in:
@@ -63,6 +63,7 @@ type Config struct {
|
||||
ShowSeconds bool `json:"showSeconds"`
|
||||
PhotoDir string `json:"photoDir"`
|
||||
PhotoInterval int `json:"photoInterval"`
|
||||
HidePhoto bool `json:"hidePhoto"`
|
||||
KnowledgeKeyword string `json:"knowledgeKeyword"`
|
||||
KnowledgePrompt string `json:"knowledgePrompt"`
|
||||
HideKnowledge bool `json:"hideKnowledge"`
|
||||
|
||||
Reference in New Issue
Block a user