feat(mobile): ios selfhost server support (#11563)

This commit is contained in:
CatsJuice
2025-04-14 01:13:23 +00:00
parent e1cb8198f1
commit d6b4ee8172
9 changed files with 363 additions and 73 deletions
@@ -195,7 +195,7 @@ export const AFFINE_FLAGS = {
description:
'com.affine.settings.workspace.experimental-features.enable-multiple-cloud-servers.description',
configurable: false,
defaultState: isDesktopEnvironment,
defaultState: isDesktopEnvironment || BUILD_CONFIG.isIOS,
},
enable_mobile_edgeless_editing: {
category: 'affine',