Compare commits

..

No commits in common. "56e5f0033fdc3289728ba000316c28957cdd6d1d" and "41a81534dcd0737ece034bde5a3035564d0cddfe" have entirely different histories.

5 changed files with 5 additions and 17 deletions

View File

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

@ -1 +1 @@
export const napCatVersion = '3.6.5'; export const napCatVersion = '3.6.4';

View File

@ -74,17 +74,5 @@
"6.9.59-29271": { "6.9.59-29271": {
"appid": 537249863, "appid": 537249863,
"qua": "V1_MAC_NQ_6.9.59_29271_GW_B" "qua": "V1_MAC_NQ_6.9.59_29271_GW_B"
},
"9.9.16-29456": {
"appid": 537249875,
"qua": "V1_WIN_NQ_9.9.16_29456_GW_B"
},
"3.2.13-29456": {
"appid": 537249996,
"qua": "V1_LNX_NQ_3.2.13_29456_GW_B"
},
"6.9.59-29456": {
"appid": 537249961,
"qua": "V1_MAC_NQ_6.9.59_29456_GW_B"
} }
} }

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("V3.6.5", "napcat-update-button", "secondary") SettingButton("V3.6.4", "napcat-update-button", "secondary")
) )
]), ]),
SettingList([ SettingList([