feat: switch default math rendering engine to KaTeX #1485

This commit is contained in:
kangfenmao 2025-02-12 16:34:24 +08:00
parent 7934ce473d
commit ada45b229d

View File

@ -96,7 +96,7 @@ const initialState: SettingsState = {
renderInputMessageAsMarkdown: false,
codeShowLineNumbers: false,
codeCollapsible: false,
mathEngine: 'MathJax',
mathEngine: 'KaTeX',
messageStyle: 'plain',
codeStyle: 'auto',
webdavHost: '',