重构:移除多人服务器组件及相关逻辑
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Sync LobeHub models / sync (push) Has been cancelled

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,