🐛 Fix: the default value type error of some valine params

This commit is contained in:
Cell
2024-12-16 16:05:05 +08:00
parent 99f51de9f9
commit 637c4641cb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1153,8 +1153,8 @@ enableEmoji = true
appKey = ""
placeholder = ""
avatar = "mp"
meta = ""
requiredFields = ""
meta = ['nick','mail','link']
requiredFields = []
pageSize = 10
lang = ""
visitor = true
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.17-393a1393" -}}
{{- .Scratch.Set "version" "v0.3.17-99f51de9" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}