mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
fix ui
This commit is contained in:
@@ -21,7 +21,7 @@ const getMenuList = (header: string) => {
|
||||
}
|
||||
|
||||
// APP模式
|
||||
const appMode = computed(() => localStorage.getItem('MP_APPMODE') == '1')
|
||||
const appMode = computed(() => localStorage.getItem('MP_APPMODE') != '0')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user