release: 2.2.1

This commit is contained in:
手瓜一十雪 2024-08-23 10:57:13 +08:00
parent 89c102513d
commit 9ad511a9c0
8 changed files with 13 additions and 8 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"build:framework": "vite build --mode framework",
"build:shell": "vite build --mode shell",
@ -48,7 +48,7 @@
"ajv": "^8.13.0",
"async-mutex": "^0.5.0",
"chalk": "^5.3.0",
"commander": "^12.2.0",
"commander": "^12.2.1",
"cors": "^2.8.5",
"express": "^5.0.0-beta.2",
"fast-xml-parser": "^4.3.6",

View File

@ -2,7 +2,7 @@ import path, { dirname } from 'path';
import { fileURLToPath } from 'url';
import fs from 'fs';
export const napcat_version = '2.2.0';
export const napcat_version = '2.2.1';
export class NapCatPathWrapper {
binaryPath: string;

View File

@ -22,5 +22,9 @@
"9.9.15-27254":{
"appid": 537240709,
"qua": "V1_WIN_NQ_9.9.15_27254_GW_B"
},
"9.9.15-27333": {
"appid": 537240709,
"qua": "V1_WIN_NQ_9.9.15_27333_GW_B"
}
}

View File

@ -1,4 +1,5 @@
// 用于 NapCat 对QQ流程分析
// 此代码禁止除NapCat外任何地方使用 使用需获取许可
let Process = require('process');
let os = require('os');
let path = require('path');

View File

@ -171,7 +171,7 @@ const _handlers: {
} else {
postData = data;
}
// Mlikiowa V2.2.0 Refactor Todo
// Mlikiowa V2.2.1 Refactor Todo
const signUrl = obContext.configLoader.configData.musicSignUrl;
if (!signUrl) {
if (data.type === 'qq') {

View File

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

View File

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