Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Apr 1, 2021
1 parent 2d4337a commit 2d04445
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# VS Code QQ Extension Change Log

## Version 0.1.0: 2021/3/26
## Version 0.3.0: 2021/4/2

## Version 0.1.1

* fix xss注入
* fix 一些UI细节问题
* add Ctrl+Enter发送
* [Config] 增加 `theme` `theme_css` `theme_js` 配置项,以支持自定义UI界面
* [default-theme] 优化UI,双击表情可以加入输入框

## Version 0.2.0: 2021/3/30

Expand All @@ -21,4 +18,10 @@
* [Explorer] 支持查看好友资料和群资料
* [Explorer] 优化menu排序,"置顶" 改为 "固定"

> 0.3.0计划美化输入框,支持选择表情,并且增加撤回、禁言和踢群等功能
## Version 0.1.1

* fix xss注入
* fix 一些UI细节问题
* add Ctrl+Enter发送

## Version 0.1.0: 2021/3/26
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
> 在扩展市场搜索qq或在release中下载。安装后点击状态栏里的按钮登录。
> 需要安装chrome浏览器完成滑动验证码 (若无chrome请根据提示手动操作)。
> `@设置` 里的 `platform` 是登录协议,1:安卓手机 4:iMac 5:iPad(默认) 2:aPad 3:安卓手表
> 私聊消息只支持获取24小时以内的历史消息。暂不支持临时会话。
> 支持自定义UI界面。
> 本程序不在本地保存任何消息记录和图片。
> 暂不支持临时会话。私聊消息只支持获取24小时以内的历史消息。
[外网被限制无法登录的解决方法](https://github.com/takayama-lily/vscode-qq/wiki/%E6%88%91%E7%9A%84%E6%9C%BA%E5%99%A8%E6%B2%A1%E6%9C%89%E5%A4%96%E7%BD%91%E6%80%8E%E4%B9%88%E5%8A%9E)
## wiki

* [自定义聊天UI界面](https://github.com/takayama-lily/vscode-qq/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E8%81%8A%E5%A4%A9UI%E7%95%8C%E9%9D%A2)

* [外网被限制无法登录的解决方法](https://github.com/takayama-lily/vscode-qq/wiki/%E6%88%91%E7%9A%84%E6%9C%BA%E5%99%A8%E6%B2%A1%E6%9C%89%E5%A4%96%E7%BD%91%E6%80%8E%E4%B9%88%E5%8A%9E)

----

![预览图](https://user-images.githubusercontent.com/12014361/112642602-cfeb5380-8e86-11eb-88fd-930657040e39.png)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-qq",
"displayName": "QQ",
"description": "lite qq",
"version": "0.2.0",
"version": "0.3.0",
"engines": {
"vscode": "^1.53.0"
},
Expand Down

0 comments on commit 2d04445

Please sign in to comment.