Revert "feat: handle ios safari keyboard"

This reverts commit 9b31df28aa.
This commit is contained in:
Tim
2025-08-05 15:20:57 +08:00
parent 2c0d39a6b8
commit dc73a74e1c
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)