feat(config): Set markdown's font-family

This commit is contained in:
frostime
2024-08-03 16:04:20 +08:00
parent d9e407fd2b
commit b6a022b0ef
6 changed files with 21 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export const DEFAULT_CONFIG = {
submitKey: SubmitKey.Enter,
avatar: "1f603",
fontSize: 14,
fontFamily: "",
theme: Theme.Auto as Theme,
tightBorder: !!config?.isApp,
sendPreviewBubble: true,