Default recall card display to beautify only

This commit is contained in:
Hao19911125
2026-04-03 14:54:44 +08:00
parent d91aa95069
commit a9704789a4
3 changed files with 6 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ function normalizeUserInputDisplayMode(mode) {
) {
return normalized;
}
return "mirror";
return "beautify_only";
}
function stableSerialize(value) {
@@ -198,7 +198,7 @@ export function createRecallCardElement({
userMessageText = "",
graph = null,
themeName = "crimson",
userInputDisplayMode = "mirror",
userInputDisplayMode = "beautify_only",
callbacks = {},
}) {
const card = el("div", "bme-recall-card");