mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-18 15:37:27 +00:00
fix(frontend): resolve TypeScript errors in simple mode implementation
- Remove unused simpleMode variable in AppSidebar.vue - Add run_mode to AuthResponse.user type definition
This commit is contained in:
@@ -154,7 +154,6 @@ const isDark = ref(document.documentElement.classList.contains('dark'))
|
||||
const siteName = computed(() => appStore.siteName)
|
||||
const siteLogo = computed(() => appStore.siteLogo)
|
||||
const siteVersion = computed(() => appStore.siteVersion)
|
||||
const simpleMode = computed(() => appStore.simpleMode)
|
||||
|
||||
// SVG Icon Components
|
||||
const DashboardIcon = {
|
||||
|
||||
Reference in New Issue
Block a user