mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-26 16:10:49 +08:00
Reapply "feat: handle ios safari keyboard"
This reverts commit dc73a74e1c.
This commit is contained in:
@@ -12,6 +12,7 @@ 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'
|
||||
@@ -34,6 +35,7 @@ export const toast = useToast()
|
||||
|
||||
initTheme()
|
||||
clearVditorStorage()
|
||||
initIOSKeyboardFix()
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(router)
|
||||
|
||||
Reference in New Issue
Block a user