release: 3.1.1

This commit is contained in:
手瓜一十雪
2024-10-22 11:08:24 +08:00
parent 6d561c6e6f
commit baaa8a70dc
5 changed files with 6 additions and 6 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.1.0", "version": "3.1.1",
"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.1.0", "version": "3.1.1",
"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",
@@ -37,7 +37,7 @@
"commander": "^12.1.0", "commander": "^12.1.0",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",
"file-type": "^19.0.0", "file-type": "^19.0.0",
"json-schema-to-ts": "^3.1.0", "json-schema-to-ts": "^3.1.1",
"image-size": "^1.1.1", "image-size": "^1.1.1",
"cors": "^2.8.5" "cors": "^2.8.5"
}, },

View File

@@ -1 +1 @@
export const napCatVersion = '3.1.0'; export const napCatVersion = '3.1.1';

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