Add memory LLM preset switching

This commit is contained in:
Hao19911125
2026-04-07 10:18:03 +08:00
parent 0b189d1413
commit 19c802bdcc
4 changed files with 359 additions and 10 deletions

View File

@@ -1423,6 +1423,22 @@
margin-bottom: 12px;
}
.bme-llm-preset-controls {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
}
.bme-llm-preset-controls select {
flex: 1;
min-width: 0;
}
.bme-llm-preset-controls .bme-config-secondary-btn {
flex-shrink: 0;
}
.bme-config-secondary-btn {
display: inline-flex;
align-items: center;
@@ -2880,6 +2896,15 @@
width: 100%;
}
.bme-llm-preset-controls {
flex-direction: column;
align-items: stretch;
}
.bme-llm-preset-controls .bme-config-secondary-btn {
width: 100%;
}
.bme-inline-checkbox {
min-height: 44px;
gap: 12px;