Revert "Reapply "feat: handle ios safari keyboard""

This reverts commit fb3eb2646d.
This commit is contained in:
Tim
2025-08-05 15:46:31 +08:00
parent fb3eb2646d
commit 1edaa50732
2 changed files with 0 additions and 25 deletions

View File

@@ -12,7 +12,6 @@ import { checkToken, clearToken, isLogin } from './utils/auth'
import { loginWithGoogle } from './utils/google'
import { initTheme } from './utils/theme'
import { clearVditorStorage } from './utils/clearVditorStorage'
import { initIOSKeyboardFix } from './utils/iosKeyboardFix'
// 采用本地开发环境
// export const API_DOMAIN = 'http://127.0.0.1'
@@ -35,7 +34,6 @@ export const toast = useToast()
initTheme()
clearVditorStorage()
initIOSKeyboardFix()
const app = createApp(App)
app.use(router)