mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 21:20:07 +08:00
release: v1.5.3
This commit is contained in:
parent
c4307481f1
commit
bdea2d02a9
@ -3,21 +3,12 @@
|
|||||||
QQ Version: Windows 9.9.11-24568 / Linux 3.2.9-23568
|
QQ Version: Windows 9.9.11-24568 / Linux 3.2.9-23568
|
||||||
|
|
||||||
## 修复与优化
|
## 修复与优化
|
||||||
* 重构message_id<->MsgId转换
|
|
||||||
* 修复引用消息id问题
|
* 修复引用消息id问题
|
||||||
* 重构缓存代码问题
|
|
||||||
* 重构Cookies获取
|
|
||||||
* 修复更新检查代码
|
|
||||||
* 优化日志输出与排版兼容
|
|
||||||
* 移除Sqlite
|
|
||||||
* 修复添加好友的通知
|
* 修复添加好友的通知
|
||||||
|
|
||||||
## 新增与调整
|
## 新增与调整
|
||||||
* 扩展群分享Json生成
|
* 扩展群分享Json生成
|
||||||
* 扩展关于收藏的一系列接口
|
* 扩展关于收藏的一系列接口
|
||||||
* 新增默认管理员启动脚本
|
|
||||||
* 扩展在线文件通知event与api
|
|
||||||
* 限制日志总体文件大小
|
|
||||||
* 支持专属群头衔获取
|
* 支持专属群头衔获取
|
||||||
* 支持视频获取直链
|
* 支持视频获取直链
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "napcat",
|
"name": "napcat",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch:dev": "vite --mode development",
|
"watch:dev": "vite --mode development",
|
||||||
"watch:prod": "vite --mode production",
|
"watch:prod": "vite --mode production",
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
export const version = '1.5.2';
|
export const version = '1.5.3';
|
||||||
|
|||||||
@ -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.5.2', 'napcat-update-button', 'secondary')
|
SettingButton('V1.5.3', '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.5.2", "napcat-update-button", "secondary")
|
SettingButton("V1.5.3", "napcat-update-button", "secondary")
|
||||||
)
|
)
|
||||||
]),
|
]),
|
||||||
SettingList([
|
SettingList([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user