feat(cookies): add Cookie consent banner (#355)
This commit is contained in:
@@ -986,6 +986,17 @@ enableEmoji = true
|
||||
# 自行托管追踪器时的主机路径
|
||||
server = ""
|
||||
|
||||
# Cookie consent config
|
||||
# Cookie 许可配置
|
||||
[params.cookieconsent]
|
||||
enable = false
|
||||
# text strings used for Cookie consent banner
|
||||
# 用于 Cookie 许可横幅的文本字符串
|
||||
[params.cookieconsent.content]
|
||||
message = ""
|
||||
dismiss = ""
|
||||
link = ""
|
||||
|
||||
# CDN config for third-party library files
|
||||
# 第三方库文件的 CDN 设置
|
||||
[params.cdn]
|
||||
|
||||
Reference in New Issue
Block a user