Compare commits

..

2 Commits

Author SHA1 Message Date
手瓜一十雪
7f99982810 release: v1.4.9 2024-06-03 16:49:08 +08:00
Version
935d83aaf8 chore:version change 2024-06-02 13:01:32 +00:00
6 changed files with 16 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
# v1.4.9
QQ Version: Windows 9.9.10-24108 / Linux 3.2.7-23361
## 修复与优化
* 修复接口调用问题 接口标准化 APIset_group_add_request
## 新增与调整
新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)

View File

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

View File

@@ -12,7 +12,7 @@ const SchemaData = {
approve: { type: 'boolean' },
reason: { type: 'string' }
},
required: ['flag', 'approve', 'reason']
required: ['flag', 'approve']
} as const satisfies JSONSchema;
type Payload = FromSchema<typeof SchemaData>;

View File

@@ -1 +1 @@
export const version = '1.4.8';
export const version = '1.4.9';

View File

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

View File

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