fix(mobile): 🐛 fix some known issues (#353)

* refactor(common): ♻️ login data init

* refactor(common): ♻️ login refactor

* fix(common): 🐛 mobile set auto login after login

* fix(common): 🐛 ios splash screen auto login

* fix(common): 🐛 ios splash screen close

* fix(mobile): 🐛 personal information display

* refactor(global import): ♻️ refactoring global import to distinguish pc from mobile

* fix(common): 🐛 fix mobile layout

* fix(common): 🐛 set mobile safe area in app.vue

* fix(common): 🐛 delete SafeAreaComponent

* build(build): 📦 improve mobile and pc component import files

* refactor(common): ♻️ remove mobile client

* build(build): 📦 remove components*.d.ts

* fix(common): 🐛 android safe area

* fix(common): 🐛 android safe area

* fix(mobile): 🐛 refine the message text for withdrawal, and add a mobile phone clipboard

* fix(system): 🐛 fix storage logic causing logins to fail

fix white screen issues on some ios pages due to top safe zone

* feat(mobile):  adapt mobile chat room input box

* fix(mobile): 🐛 modify Android ports and some mobile styles

---------

Co-authored-by: wanwanruwoxin <254693270@qq.com>
Co-authored-by: 乾乾 <1046762075@qq.com>
Co-authored-by: kazai <kazai_xiaohe@gmail.com>
This commit is contained in:
Dawn
2025-10-15 09:57:31 +08:00
committed by GitHub
parent 86f873633c
commit 542760be0e
61 changed files with 718 additions and 1505 deletions

1
index.html vendored
View File

@@ -44,7 +44,6 @@
</head>
<body>
<div id="initial-splash" aria-hidden="true" role="presentation"></div>
<!-- Vue 应用挂载点 -->
<div id="app"></div>
<!-- 🚀 Vue 应用入口 -->