Compare commits

..

No commits in common. "main" and "v4.1.13" have entirely different histories.

6 changed files with 11 additions and 15 deletions

View File

@ -45,8 +45,12 @@ NapCatQQ 是现代化的基于 NTQQ 的 Bot 协议端实现
--- ---
## 特殊感谢 ## 延缓Native模块与NapCat对新版QQ适配
[LLOneBot](https://github.com/LLOneBot/LLOneBot) 相关的开发曾参与本项目 为未来持续与高效的使用Native模块 模块代码转为完全非Git仓库的本地保存源码 并进行相关重构
同时为了保证稳定 NapCat 本体通常会在3 Week+的周期进行新版本适配
因此此时推荐使用release指定版本
## 开源附加 ## 开源附加

View File

@ -4,7 +4,7 @@
"name": "NapCatQQ", "name": "NapCatQQ",
"slug": "NapCat.Framework", "slug": "NapCat.Framework",
"description": "高性能的 OneBot 11 协议实现", "description": "高性能的 OneBot 11 协议实现",
"version": "4.1.14", "version": "4.1.12",
"icon": "./logo.png", "icon": "./logo.png",
"authors": [ "authors": [
{ {

View File

@ -2,7 +2,7 @@
"name": "napcat", "name": "napcat",
"private": true, "private": true,
"type": "module", "type": "module",
"version": "4.1.14", "version": "4.1.12",
"scripts": { "scripts": {
"build:framework": "npm run build:webui && vite build --mode framework || exit 1", "build:framework": "npm run build:webui && vite build --mode framework || exit 1",
"build:shell": "npm run build:webui && vite build --mode shell || exit 1", "build:shell": "npm run build:webui && vite build --mode shell || exit 1",

View File

@ -1 +1 @@
export const napCatVersion = '4.1.14'; export const napCatVersion = '4.1.12';

View File

@ -86,9 +86,5 @@
"6.9.59-29456": { "6.9.59-29456": {
"appid": 537249961, "appid": 537249961,
"qua": "V1_MAC_NQ_6.9.59_29456_GW_B" "qua": "V1_MAC_NQ_6.9.59_29456_GW_B"
},
"9.9.16-29927": {
"appid": 537255812,
"qua": "V1_WIN_NQ_9.9.16_29927_GW_B"
} }
} }

View File

@ -82,9 +82,5 @@
"6.9.59-29456-arm64": { "6.9.59-29456-arm64": {
"send": "4005FE8", "send": "4005FE8",
"recv": "4008800" "recv": "4008800"
},
"9.9.16-29927-x64": {
"send": "3869C50",
"recv": "386E084"
} }
} }