This commit is contained in:
Vanessa 2023-05-12 22:50:28 +08:00
parent 57d0ae7be8
commit 3abb381c16

View file

@ -14,7 +14,7 @@ const getLang = (keys: string[]) => {
export const initConfigSearch = (element: HTMLElement, app: App) => { export const initConfigSearch = (element: HTMLElement, app: App) => {
const configIndex = [ const configIndex = [
// 编辑器 // 编辑器
getLang(["config", "fullWidth", getLang(["config", "fullWidth", "md7", "md8",
"editor", "md2", "md3", "md12", "md16", "md27", "md28", "md29", "md30", "md31", "md32", "md33", "md34", "editor", "md2", "md3", "md12", "md16", "md27", "md28", "md29", "md30", "md31", "md32", "md33", "md34",
"md39", "md40", "fontSizeTip", "fontSize", "font", "font1", "generateHistory", "generateHistoryInterval", "md39", "md40", "fontSizeTip", "fontSize", "font", "font1", "generateHistory", "generateHistoryInterval",
"historyRetentionDays", "historyRetentionDaysTip", "clearHistory", "katexMacros", "katexMacrosTip", "historyRetentionDays", "historyRetentionDaysTip", "clearHistory", "katexMacros", "katexMacrosTip",