mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-14 00:42:17 +08:00
- 在 main.tsx 中 import 'monaco-editor/esm/nls.messages.zh-cn' - NLS 必须在 monaco-editor 主包之前导入才能生效 - 覆盖所有 Monaco Editor 实例的内置菜单(Cut→剪切、Copy→复制等) - refs #269