mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
95b003802c | ||
![]() |
95c9eae4ed |
@@ -4,7 +4,7 @@
|
|||||||
"name": "NapCatQQ",
|
"name": "NapCatQQ",
|
||||||
"slug": "NapCat.Framework",
|
"slug": "NapCat.Framework",
|
||||||
"description": "高性能的 OneBot 11 协议实现",
|
"description": "高性能的 OneBot 11 协议实现",
|
||||||
"version": "4.2.68",
|
"version": "4.3.2",
|
||||||
"icon": "./logo.png",
|
"icon": "./logo.png",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "napcat",
|
"name": "napcat",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "4.2.68",
|
"version": "4.3.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:universal": "npm run build:webui && vite build --mode universal || exit 1",
|
"build:universal": "npm run build:webui && vite build --mode universal || exit 1",
|
||||||
"build:framework": "npm run build:webui && vite build --mode framework || exit 1",
|
"build:framework": "npm run build:webui && vite build --mode framework || exit 1",
|
||||||
|
@@ -1 +1 @@
|
|||||||
export const napCatVersion = '4.2.68';
|
export const napCatVersion = '4.3.2';
|
||||||
|
4
src/core/external/appid.json
vendored
4
src/core/external/appid.json
vendored
@@ -162,5 +162,9 @@
|
|||||||
"9.9.17-31219": {
|
"9.9.17-31219": {
|
||||||
"appid": 537266450,
|
"appid": 537266450,
|
||||||
"qua": "V1_WIN_NQ_9.9.17_31219_GW_B"
|
"qua": "V1_WIN_NQ_9.9.17_31219_GW_B"
|
||||||
|
},
|
||||||
|
"9.9.17-31245": {
|
||||||
|
"appid": 537266450,
|
||||||
|
"qua": "V1_WIN_NQ_9.9.17_31245_GW_B"
|
||||||
}
|
}
|
||||||
}
|
}
|
4
src/core/external/offset.json
vendored
4
src/core/external/offset.json
vendored
@@ -206,5 +206,9 @@
|
|||||||
"9.9.17-31219-x64": {
|
"9.9.17-31219-x64": {
|
||||||
"send": "39C1350",
|
"send": "39C1350",
|
||||||
"recv": "39C5784"
|
"recv": "39C5784"
|
||||||
|
},
|
||||||
|
"9.9.17-31245-x64": {
|
||||||
|
"send": "39C1350",
|
||||||
|
"recv": "39C5784"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user