• Stars
    star
    748
  • Rank 60,661 (Top 2 %)
  • Language
    TypeScript
  • License
    Mozilla Public Li...
  • Created almost 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

vscode qq extension based on android qq protocol

VS Code QQ Extension

discord | 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: 搜索群

其他


预览图

使用的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