重构:移除多人服务器组件及相关逻辑

This commit is contained in:
2026-09-10 22:32:32 +08:00
parent aff1512241
commit 4dae11919f
26 changed files with 9 additions and 4822 deletions

View File

@ -2464,7 +2464,7 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
class="app-contents"
:class="{
'sidebar-enabled': sidebarVisible,
'studio-mode': route.name === 'FileStudio' || route.name === 'MultiplayerServerFileStudio',
'studio-mode': route.name === 'FileStudio',
'disable-advanced-rendering': !themeStore.advancedRendering,
'has-custom-background': themeStore.customBackgroundPath && !themeStore.transparentBackground,
'has-transparent-background': themeStore.transparentBackground,