mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
fix(dashboard): remove unused variables in VerticalHeader.vue
This commit is contained in:
@@ -16,7 +16,6 @@ import StyledMenu from "@/components/shared/StyledMenu.vue";
|
||||
import { useLanguageSwitcher } from "@/i18n/composables";
|
||||
import type { Locale } from "@/i18n/types";
|
||||
import AboutPage from "@/views/AboutPage.vue";
|
||||
import { getDesktopRuntimeInfo } from "@/utils/desktopRuntime";
|
||||
|
||||
enableKatex();
|
||||
enableMermaid();
|
||||
@@ -53,14 +52,12 @@ const password = ref("");
|
||||
const newPassword = ref("");
|
||||
const confirmPassword = ref("");
|
||||
const newUsername = ref("");
|
||||
const status = ref("");
|
||||
const updateStatus = ref("");
|
||||
const releaseMessage = ref("");
|
||||
const hasNewVersion = ref(false);
|
||||
const botCurrVersion = ref("");
|
||||
const dashboardHasNewVersion = ref(false);
|
||||
const dashboardCurrentVersion = ref("");
|
||||
const version = ref("");
|
||||
const releases = ref([]);
|
||||
const updatingDashboardLoading = ref(false);
|
||||
const installLoading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user