docs: v1.6.8

This commit is contained in:
手瓜一十雪 2024-07-26 11:59:18 +08:00
parent 9f91398875
commit 620d61c8dc
4 changed files with 7 additions and 12 deletions

View File

@ -10,16 +10,11 @@ QQ Version: Windows 9.9.12-26000 / Linux 3.2.9-26000
## 修复与优化
1. 移除数据库文件读写 ~ 优化性能
2. 重构消息发送 减少超时 ~ 优化性能
3. 重构文件发送/接收 ~ 优化设计
4. WebUi配置热重载优化 ~ 修复问题
5. 修复偶现崩溃问题 ~ 修复问题
2. 重构消息发送 极限速度优化 ~ 优化性能
3. WebUi配置热重载优化 ~ 修复问题
4. 修复偶现崩溃问题 ~ 修复问题
## 新增与调整
1. 支持 私聊/群聊 离线文件 接收/发送 ~ 实验接口
2. 支持 私聊在线 文件传输 ~ 扩展接口
3. 支持 设置消息编辑状态 (如正在输入中...) ~ 扩展接口
4. 最后发言时间重构 入群时间失效 ~ 替换功能
5. 支持 群文件 子目录列表 获取 ~ 扩展接口
1. 最后发言时间重构 入群时间失效 ~ 替换功能
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)

View File

@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "1.6.7",
"version": "1.6.8",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",

View File

@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
undefined,
SettingButton('V1.6.7', 'napcat-update-button', 'secondary')
SettingButton('V1.6.8', 'napcat-update-button', 'secondary')
),
]),
SettingList([

View File

@ -167,7 +167,7 @@ async function onSettingWindowCreated(view) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
void 0,
SettingButton("V1.6.7", "napcat-update-button", "secondary")
SettingButton("V1.6.8", "napcat-update-button", "secondary")
)
]),
SettingList([