mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
chore: wait release 1.7.0
This commit is contained in:
parent
f93c603860
commit
9366357e9c
@ -1 +1 @@
|
||||
export const version = '1.6.7';
|
||||
export const version = '1.7.0';
|
||||
|
||||
@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
|
||||
SettingItem(
|
||||
'<span id="napcat-update-title">Napcat</span>',
|
||||
undefined,
|
||||
SettingButton('V1.6.8', 'napcat-update-button', 'secondary')
|
||||
SettingButton('V1.7.0', 'napcat-update-button', 'secondary')
|
||||
),
|
||||
]),
|
||||
SettingList([
|
||||
|
||||
@ -163,7 +163,7 @@ async function onSettingWindowCreated(view) {
|
||||
SettingItem(
|
||||
'<span id="napcat-update-title">Napcat</span>',
|
||||
void 0,
|
||||
SettingButton("V1.6.8", "napcat-update-button", "secondary")
|
||||
SettingButton("V1.7.0", "napcat-update-button", "secondary")
|
||||
)
|
||||
]),
|
||||
SettingList([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user