mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
release: v1.4.9
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const version = '1.4.8';
|
||||
export const version = '1.4.9';
|
||||
|
||||
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user