feat: add app launch log page

This commit is contained in:
tiny-craft
2023-07-16 01:50:01 +08:00
parent 15c80bc9f7
commit 4879901a33
16 changed files with 355 additions and 53 deletions

View File

@@ -38,8 +38,8 @@ const i18n = useI18n()
const menuOptions = computed(() => {
return [
{
label: i18n.t('structure'),
key: 'structure',
label: i18n.t('browser'),
key: 'browser',
icon: renderIcon(ToggleDb),
show: connectionStore.anyConnectionOpened,
},