refactor(kimi-web): increase sidebar default width by 50px

This commit is contained in:
qer 2026-06-10 18:58:31 +08:00 committed by haozhe.yang
parent b5080c7c90
commit 6ea5ecc6da

View file

@ -71,7 +71,7 @@ onMounted(() => {
// localStorage persistence); we mirror it here to drive the App grid.
// ---------------------------------------------------------------------------
const SIDEBAR_WIDTH_KEY = 'kimi-web.sidebar-width';
const SIDEBAR_DEFAULT = 220;
const SIDEBAR_DEFAULT = 270;
const SIDEBAR_MIN = 170;
const SIDEBAR_MAX = 420;