Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
8fa6cb5e03
commit
4c0a31d38b
38 changed files with 379 additions and 18 deletions
|
|
@ -246,6 +246,12 @@ export type SiteConfig = {
|
|||
title: string
|
||||
/** Application Description will be shown in the Client */
|
||||
description: string
|
||||
/** Define the color in hex for different elements of the chatbot, such as:
|
||||
* The header, the button , etc.
|
||||
*/
|
||||
chat_color_theme: string
|
||||
/** Invert the color of the theme set in chat_color_theme */
|
||||
chat_color_theme_inverted: boolean
|
||||
/** Author */
|
||||
author: string
|
||||
/** User Support Email Address */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue