vscode qq extension based on android qq protocol
Last updated Jun 29, 2026
729
Stars
77
Forks
56
Issues
0
Stars/day
Attention Score
51
Language breakdown
TypeScript 45.9%
JavaScript 44.6%
CSS 9.5%
▸ Files
click to expand
README
VS Code QQ Extension
| Repository | Offline Installers | vscode >= 1.53.0 | 摸鱼工具
本程序不在本地保存任何消息记录和图片。暂不支持临时会话。
@设置里的platform是登录协议,1:手机 3:手表(功能不完整) 4:PC 5:pad(默认)
切换UI主题
- 当前支持两种主题
default(默认) 、console(控制台风格) - 可在
@设置中修改"theme": "console"来切换 - 上级玩家可以 修改/自定义UI主题
可用命令
Ctrl+Shift+P 打开命令面板
- QQ Explorer: Login
- QQ Explorer: 搜索好友
- QQ Explorer: 搜索群
其他
- 如何清除登录信息
@切换账号
2. 关闭或重启vscode即可完全清除

使用的UI库:https://github.com/MorFansLab/LiteWebChat_Frame
QQ协议库:https://github.com/takayama-lily/oicq
自行编译此扩展
# Node.js版本需高于12.16
clone此项目
> npm i
> npm i typescript -g
> npm i vsce -g
> vsce package🔗 More in this category