mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
add valine comments params
This commit is contained in:
parent
fb0589deb3
commit
26e241e808
1 changed files with 10 additions and 0 deletions
|
@ -165,3 +165,13 @@ owner = ""
|
|||
repo = ""
|
||||
clientId = ""
|
||||
clientSecret = ""
|
||||
|
||||
[params.valine]
|
||||
enable = false
|
||||
appId = 'your appId'
|
||||
appKey = 'your appKey'
|
||||
notify = false # mail notifier , https://github.com/xCss/Valine/wiki
|
||||
verify = false # Verification code
|
||||
avatar = 'mm'
|
||||
placeholder = 'your comments ...'
|
||||
visitor = true
|
||||
|
|
Loading…
Reference in a new issue