feat(移动端优化): 实现安卓原生应用的全屏布局和安全区域处理
添加安全区域插件和样式处理,优化移动端视图布局 重构路由和导航结构,改进底部导航栏 增强原生功能集成,包括状态栏和导航栏控制 优化位置服务和后台任务处理 更新语言包和样式以适应移动端体验
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="flex justify-center items-center min-h-screen bg-gray-100">
|
||||
<div class="w-full max-w-sm p-8 space-y-6 bg-white rounded-2xl shadow-lg">
|
||||
<div class="flex justify-center items-center mobile-viewport bg-gray-100 safe-top safe-bottom">
|
||||
<div class="w-full max-w-sm p-8 space-y-3 bg-white rounded-2xl shadow-lg">
|
||||
<!-- App Logo -->
|
||||
<div class="flex justify-center">
|
||||
<ArrowRightOnRectangleIcon class="w-16 h-16 text-blue-600" />
|
||||
|
||||
Reference in New Issue
Block a user