Files
WechatOnCloud/panel/web
GloridustandClaude Opus 4.8 dfaa64ad39 fix(desktop): 修无感输入两处 bug(切换不生效 + "你好y呀"丢字)
1) 切到无感后当前会话仍是旧 enable_ime → 表现"还是打英文,要换页才行"。
   setMode 现同步写 enable_ime 并 bump vncNonce 重挂 iframe,让 noVNC 立即按新模式重连。
2) "你好[空格]呀"打出"你好y呀":有序队列在中文转发期间会把下一个词的拼音首字母(y)当字面字符抢走。
   改为队列活跃时只接管【数字】(原"混数字丢字"的祸首) + 回车/退格;字母绝不接管,交给输入法合成。
   附带消除了之前"每个键都走 xdotool"导致的卡顿(字母回到原生合成快路径)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 16:48:59 +08:00
..
2026-05-31 12:50:07 +08:00
2026-05-31 12:50:07 +08:00
2026-05-29 22:00:23 +08:00
2026-05-29 22:00:23 +08:00
2026-05-29 22:00:23 +08:00
2026-06-01 19:42:35 +08:00