Merge branch 'main' into patch-1

This commit is contained in:
Cesaryuan
2023-04-02 21:39:03 +08:00
committed by GitHub
7 changed files with 32 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ export interface ChatConfig {
fontSize: number;
theme: Theme;
tightBorder: boolean;
sendPreviewBubble: boolean;
disablePromptHint: boolean;
@@ -132,6 +133,7 @@ const DEFAULT_CONFIG: ChatConfig = {
fontSize: 14,
theme: Theme.Auto as Theme,
tightBorder: false,
sendPreviewBubble: true,
disablePromptHint: false,