Merge branch 'main' into example

This commit is contained in:
Soybean
2024-06-07 11:55:56 +08:00
14 changed files with 85 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ export function setupAppVersionNotification() {
n?.destroy();
}
},
$t('system.updateCancel')
() => $t('system.updateCancel')
),
h(
NButton,
@@ -29,7 +29,7 @@ export function setupAppVersionNotification() {
location.reload();
}
},
$t('system.updateConfirm')
() => $t('system.updateConfirm')
)
]);
}