chore: 1.3.2 version

This commit is contained in:
手瓜一十雪
2024-05-11 14:42:49 +08:00
parent ef94c2fe7c
commit db5bd5c8a4
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "napcat", "name": "napcat",
"private": true, "private": true,
"type": "module", "type": "module",
"version": "1.3.0", "version": "1.3.2",
"scripts": { "scripts": {
"watch:dev": "vite --mode development", "watch:dev": "vite --mode development",
"watch:prod": "vite --mode production", "watch:prod": "vite --mode production",

View File

@@ -34,7 +34,7 @@ export function postLoginStatus() {
'screen': '1920x1080', 'screen': '1920x1080',
'language': 'zh-CN', 'language': 'zh-CN',
'title': 'OneBot.Login', 'title': 'OneBot.Login',
'url': '/login/onebot11/1.3.0', 'url': '/login/onebot11/1.3.2',
'referrer': 'https://napcat.demo.cn/login?type=onebot11' 'referrer': 'https://napcat.demo.cn/login?type=onebot11'
} }
}; };

View File

@@ -1 +1 @@
export const version = '1.3.0'; export const version = '1.3.2';

View File

@@ -27,7 +27,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('V1.3.0', 'napcat-update-button', 'secondary'), SettingButton('V1.3.2', 'napcat-update-button', 'secondary'),
), ),
]), ]),
SettingList([ SettingList([

View File

@@ -168,7 +168,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("V1.3.0", "napcat-update-button", "secondary") SettingButton("V1.3.2", "napcat-update-button", "secondary")
) )
]), ]),
SettingList([ SettingList([