File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import StyledMenu from "@/components/shared/StyledMenu.vue";
1616import { useLanguageSwitcher } from " @/i18n/composables" ;
1717import type { Locale } from " @/i18n/types" ;
1818import AboutPage from " @/views/AboutPage.vue" ;
19- import { getDesktopRuntimeInfo } from " @/utils/desktopRuntime" ;
2019
2120enableKatex ();
2221enableMermaid ();
@@ -53,14 +52,12 @@ const password = ref("");
5352const newPassword = ref (" " );
5453const confirmPassword = ref (" " );
5554const newUsername = ref (" " );
56- const status = ref (" " );
5755const updateStatus = ref (" " );
5856const releaseMessage = ref (" " );
5957const hasNewVersion = ref (false );
6058const botCurrVersion = ref (" " );
6159const dashboardHasNewVersion = ref (false );
6260const dashboardCurrentVersion = ref (" " );
63- const version = ref (" " );
6461const releases = ref ([]);
6562const updatingDashboardLoading = ref (false );
6663const installLoading = ref (false );
You can’t perform that action at this time.
0 commit comments