release: 2.6.9

This commit is contained in:
手瓜一十雪 2024-09-18 21:52:16 +08:00
parent 2d8f58c6d8
commit 0d65e1e314
8 changed files with 21 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "qq-chat", "name": "qq-chat",
"version": "9.9.15-28060", "version": "9.9.15-28131",
"type": "module", "type": "module",
"private": true, "private": true,
"description": "QQ", "description": "QQ",
@ -15,7 +15,7 @@
"qd": "externals/devtools/cli/index.js" "qd": "externals/devtools/cli/index.js"
}, },
"main": "./loadNapCat.js", "main": "./loadNapCat.js",
"buildVersion": "28060", "buildVersion": "28131",
"isPureShell": true, "isPureShell": true,
"isByteCodeShell": true, "isByteCodeShell": true,
"platform": "win32", "platform": "win32",

View File

@ -4,7 +4,7 @@
"name": "NapCatQQ", "name": "NapCatQQ",
"slug": "NapCat.Framework", "slug": "NapCat.Framework",
"description": "高性能的 OneBot 11 协议实现", "description": "高性能的 OneBot 11 协议实现",
"version": "2.6.8", "version": "2.6.9",
"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": "2.6.8", "version": "2.6.9",
"scripts": { "scripts": {
"build:framework": "vite build --mode framework", "build:framework": "vite build --mode framework",
"build:shell": "vite build --mode shell", "build:shell": "vite build --mode shell",

View File

@ -180,11 +180,11 @@ export function getDefaultQQVersionConfigInfo(): QQVersionConfigType {
}; };
} }
return { return {
baseVersion: '9.9.15-28060', baseVersion: '9.9.15-28131',
curVersion: '9.9.15-28060', curVersion: '9.9.15-28131',
prevVersion: '', prevVersion: '',
onErrorVersions: [], onErrorVersions: [],
buildId: '28060', buildId: '28131',
}; };
} }

View File

@ -1 +1 @@
export const napCatVersion = '2.6.8'; export const napCatVersion = '2.6.9';

View File

@ -1,10 +1,18 @@
{ {
"9.9.15-28060":{ "9.9.15-28060": {
"appid": 537246092, "appid": 537246092,
"qua": "V1_WIN_NQ_9.9.15_28060_GW_B" "qua": "V1_WIN_NQ_9.9.15_28060_GW_B"
}, },
"3.2.12-28060":{ "9.9.15-28131": {
"appid": 537246092,
"qua": "V1_WIN_NQ_9.9.15_28131_GW_B"
},
"3.2.12-28060": {
"appid": 537246140, "appid": 537246140,
"qua": "V1_LNX_NQ_3.2.12_28060_GW_B" "qua": "V1_LNX_NQ_3.2.12_28060_GW_B"
},
"3.2.12-28131": {
"appid": 537246140,
"qua": "V1_LNX_NQ_3.2.12_28131_GW_B"
} }
} }

View File

@ -30,7 +30,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('V2.6.8', 'napcat-update-button', 'secondary'), SettingButton('V2.6.9', 'napcat-update-button', 'secondary'),
), ),
]), ]),
SettingList([ SettingList([

View File

@ -164,7 +164,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("V2.6.8", "napcat-update-button", "secondary") SettingButton("V2.6.9", "napcat-update-button", "secondary")
) )
]), ]),
SettingList([ SettingList([