Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jul 21, 2021
1 parent 481063c commit 0e275a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# VS Code QQ Extension Change Log

## Version 1.3.0: 2021/7/22

* [default-theme] 修复头像缓存无法及时更新的问题
* [default-theme] 支持直接粘贴图片
* [default-theme] 支持接收链接分享
* [default-theme] 优化了UI

## Version 1.2.4: 2021/6/6

* 修复有时无法验证设备锁的问题
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# VS Code QQ Extension

**[Repository](https://github.com/takayama-lily/vscode-qq)** | **[Offline Installers](https://github.com/takayama-lily/vscode-qq/releases)** | vscode >= 1.53.0
[![discord](https://img.shields.io/static/v1?label=chat&message=discord&color=7289da&logo=discord)](https://discord.gg/gKnU7BARzv)
[![discord](https://img.shields.io/static/v1?label=chat&message=discord&color=7289da&logo=discord)](https://discord.gg/gKnU7BARzv) | **[Repository](https://github.com/takayama-lily/vscode-qq)** | **[Offline Installers](https://github.com/takayama-lily/vscode-qq/releases)** | vscode >= 1.53.0

> 该插件主要面向不方便使用官方QQ客户端的VSC用户
> `@设置` 里的 `platform` 是登录协议,1:手机 3:手表(功能不完整) 4:PC 5:pad(默认)
> 本程序不在本地保存任何消息记录和图片。暂不支持临时会话。
> 首次可能需要chrome浏览器完成滑动验证码 (若无chrome请根据提示手动操作)。
> 仍然建议您尽可能使用官方QQ客户端。
> 首次登录可能需要有chrome浏览器完成滑动验证码 (若无chrome请根据提示手动操作)。
## 切换UI主题

* 当前支持两种主题 `default`(默认) 、`console`(控制台风格)
* 可在`@设置`中加入 `"theme": "console"` 来切换
* 欢迎为本项目贡献UI,详细翻阅 [修改/自定义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)
* 可在`@设置`中修改 `"theme": "console"` 来切换
* 支持 [修改/自定义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)

## 可用命令

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 for chat in working",
"version": "1.2.4",
"version": "1.3.0",
"engines": {
"vscode": "^1.53.0"
},
Expand Down

0 comments on commit 0e275a2

Please sign in to comment.