mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Default recall card display to beautify only
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user