Compare commits

...

2 Commits

Author SHA1 Message Date
pk5ls20
2eba640180 fix: typo 2025-02-13 02:56:07 +08:00
Mlikiowa
3d2bca3f9f release: v4.5.20 2025-02-09 05:05:52 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"name": "NapCatQQ", "name": "NapCatQQ",
"slug": "NapCat.Framework", "slug": "NapCat.Framework",
"description": "高性能的 OneBot 11 协议实现", "description": "高性能的 OneBot 11 协议实现",
"version": "4.5.18", "version": "4.5.20",
"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.5.18", "version": "4.5.20",
"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",

View File

@@ -1 +1 @@
export const napCatVersion = '4.5.18'; export const napCatVersion = '4.5.20';

View File

@@ -195,7 +195,7 @@
"send": "713A318", "send": "713A318",
"recv": "713DB50" "recv": "713DB50"
}, },
"6.9.63.30899-x64": { "6.9.63-30899-x64": {
"send": "46C8040", "send": "46C8040",
"recv": "46CA8AC" "recv": "46CA8AC"
}, },
@@ -211,7 +211,7 @@
"send": "39C1350", "send": "39C1350",
"recv": "39C5784" "recv": "39C5784"
}, },
"6.9.63.31245-x64": { "6.9.63-31245-x64": {
"send": "4720A40", "send": "4720A40",
"recv": "47232AC" "recv": "47232AC"
}, },
@@ -239,11 +239,11 @@
"send": "71BFD48", "send": "71BFD48",
"recv": "71C3580" "recv": "71C3580"
}, },
"6.9.65.31363-x64": { "6.9.65-31363-x64": {
"send": "4720E80", "send": "4720E80",
"recv": "47236EC" "recv": "47236EC"
}, },
"6.9.65.31363-arm64": { "6.9.65-31363-arm64": {
"send": "422CEF8", "send": "422CEF8",
"recv": "422F710" "recv": "422F710"
} }