nonlz
nonlz
## 以下来自网友分享 --- 亲测有效 1. 删除mirai/bots/目录,重启 mirai 后重新登录机器人QQ ### 还是提示版本问题的话执行 2 的操作 2. 删除mirai/bots/目录 启动 mirai 输入以下命令: autologin add ### 不要带 < > autologin setConfig protocol ### 不要带 < >...
> vsc 1.90.1 检查发现默认快捷键中有这玩意: > > ```shell > { "key": "ctrl+win+t", "command": "extension.cursorTip", "when": "editorTextFocus" },。 > ``` > > 尝试使用keybindings.json覆盖掉这个失败: > > ```shell > [ { "key": "ctrl+win+t", "command":...
https://github.com/OBKoro1/koro1FileHeader/issues/611#issuecomment-2303959758 此法可行
extension.cursorTip 对应 函数注释 extension.fileheader 对应 头注释 extension.codeDesign 对应 图案注释 **keybindings.json 中,添加以下内容即可** ```json [ { "key": "ctrl+win+z", "command": "extension.cursorTip", "when": "editorTextFocus" }, ] ```