mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
docs: v1.6.8
This commit is contained in:
parent
9f91398875
commit
620d61c8dc
@ -10,16 +10,11 @@ QQ Version: Windows 9.9.12-26000 / Linux 3.2.9-26000
|
|||||||
|
|
||||||
## 修复与优化
|
## 修复与优化
|
||||||
1. 移除数据库文件读写 ~ 优化性能
|
1. 移除数据库文件读写 ~ 优化性能
|
||||||
2. 重构消息发送 减少超时 ~ 优化性能
|
2. 重构消息发送 极限速度优化 ~ 优化性能
|
||||||
3. 重构文件发送/接收 ~ 优化设计
|
3. WebUi配置热重载优化 ~ 修复问题
|
||||||
4. WebUi配置热重载优化 ~ 修复问题
|
4. 修复偶现崩溃问题 ~ 修复问题
|
||||||
5. 修复偶现崩溃问题 ~ 修复问题
|
|
||||||
|
|
||||||
## 新增与调整
|
## 新增与调整
|
||||||
1. 支持 私聊/群聊 离线文件 接收/发送 ~ 实验接口
|
1. 最后发言时间重构 入群时间失效 ~ 替换功能
|
||||||
2. 支持 私聊在线 文件传输 ~ 扩展接口
|
|
||||||
3. 支持 设置消息编辑状态 (如正在输入中...) ~ 扩展接口
|
|
||||||
4. 最后发言时间重构 入群时间失效 ~ 替换功能
|
|
||||||
5. 支持 群文件 子目录列表 获取 ~ 扩展接口
|
|
||||||
|
|
||||||
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
|
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "napcat",
|
"name": "napcat",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.6.7",
|
"version": "1.6.8",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch:dev": "vite --mode development",
|
"watch:dev": "vite --mode development",
|
||||||
"watch:prod": "vite --mode production",
|
"watch:prod": "vite --mode production",
|
||||||
|
@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
|
|||||||
SettingItem(
|
SettingItem(
|
||||||
'<span id="napcat-update-title">Napcat</span>',
|
'<span id="napcat-update-title">Napcat</span>',
|
||||||
undefined,
|
undefined,
|
||||||
SettingButton('V1.6.7', 'napcat-update-button', 'secondary')
|
SettingButton('V1.6.8', 'napcat-update-button', 'secondary')
|
||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
SettingList([
|
SettingList([
|
||||||
|
@ -167,7 +167,7 @@ async function onSettingWindowCreated(view) {
|
|||||||
SettingItem(
|
SettingItem(
|
||||||
'<span id="napcat-update-title">Napcat</span>',
|
'<span id="napcat-update-title">Napcat</span>',
|
||||||
void 0,
|
void 0,
|
||||||
SettingButton("V1.6.7", "napcat-update-button", "secondary")
|
SettingButton("V1.6.8", "napcat-update-button", "secondary")
|
||||||
)
|
)
|
||||||
]),
|
]),
|
||||||
SettingList([
|
SettingList([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user