Skip to content

Commit

Permalink
Docs: 修改 valine requiredFields 参数的默认值类型为数组
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 16, 2024
1 parent 737ecbe commit 2c04eeb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,8 +1098,8 @@ disableThemeInject = false
appKey = ""
placeholder = ""
avatar = "mp"
meta = ""
requiredFields = ""
meta = []
requiredFields = []
pageSize = 10
lang = ""
visitor = true
Expand Down
4 changes: 2 additions & 2 deletions config/production/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
appKey = ""
placeholder = ""
avatar = "mp"
meta = ""
requiredFields = ""
meta = ['nick','mail','link']
requiredFields = []
pageSize = 10
lang = ""
visitor = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1700,8 +1700,8 @@ c4u
appKey = ""
placeholder = ""
avatar = "mp"
meta = ""
requiredFields = ""
meta = ['nick','mail','link']
requiredFields = []
pageSize = 10
lang = ""
visitor = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1698,8 +1698,8 @@ c4u
appKey = ""
placeholder = ""
avatar = "mp"
meta = ""
requiredFields = ""
meta = ['nick','mail','link']
requiredFields = []
pageSize = 10
lang = ""
visitor = true
Expand Down

0 comments on commit 2c04eeb

Please sign in to comment.