From 95354df6f6c720a89b81b10d239255890a30ddbe Mon Sep 17 00:00:00 2001 From: hzchat <1968459930@qq.com> Date: Wed, 29 Apr 2026 15:05:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E6=A8=A1=E5=9E=8B=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E4=B8=AD=201M=20=E4=B8=8A=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=8A=B6=E6=80=81=E4=B9=9F=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=20"Space=20to=20toggle"=20=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前在 ModelPicker 中,只有 1M 上下文开启时才显示 "Space to toggle" 操作提示, 关闭状态时没有任何提示,导致用户不知道如何通过空格键来切换 1M 上下文开关。 Co-Authored-By: Claude Opus 4.6 --- .npmrc | 1 - src/components/ModelPicker.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 214c29d13..e69de29bb 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +0,0 @@ -registry=https://registry.npmjs.org/ diff --git a/src/components/ModelPicker.tsx b/src/components/ModelPicker.tsx index 2443f6f57..28fcf2096 100644 --- a/src/components/ModelPicker.tsx +++ b/src/components/ModelPicker.tsx @@ -279,6 +279,7 @@ export function ModelPicker({ 1M context off {focusedModelName ? ` for ${focusedModelName}` : ''} + · Space to toggle )}