Skip to content

Commit

Permalink
fix(mobile): 🐛 修复ios移动端页面问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nongyehong committed Jan 14, 2025
1 parent 16c4dea commit 4560b63
Show file tree
Hide file tree
Showing 63 changed files with 305 additions and 78 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
"command": "pnpm run tauri:dev",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "tauri:ios:dev",
"request": "launch",
"command": "pnpm run tauri:ios:dev",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "tauri:android:dev",
"request": "launch",
"command": "pnpm run tauri:android:dev",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "tauri:build",
Expand Down
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<p align="center">
gitee:<a href="https://gitee.com/HulaSpark/HuLa/stargazers"><img src="https://gitee.com/HulaSpark/HuLa/badge/star.svg?theme=gvp" alt="star"></a>
github:<a href="https://gitee.com/link?target=https://github.com/HulaSpark/HuLa/stargazers"><img src="https://img.shields.io/github/stars/HulaSpark/HuLa" alt="star"></a>
gitcode:<a href="https://gitcode.com/HuLaSpark/HuLa"><img src="https://gitcode.com/HuLaSpark/HuLa/star/badge.svg" alt="star"></a>
</p>
<p align="center">
WeChat: <img src="https://img.shields.io/badge/cy2439646234-07C160?logo=wechat&logoColor=fff">
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<p align="center">
gitee:<a href="https://gitee.com/HulaSpark/HuLa/stargazers"><img src="https://gitee.com/HulaSpark/HuLa/badge/star.svg?theme=gvp" alt="star"></a>
github:<a href="https://gitee.com/link?target=https://github.com/HulaSpark/HuLa/stargazers"><img src="https://img.shields.io/github/stars/HulaSpark/HuLa" alt="star"></a>
gitcode:<a href="https://gitcode.com/HuLaSpark/HuLa"><img src="https://gitcode.com/HuLaSpark/HuLa/star/badge.svg" alt="star"></a>
</p>
<p align="center">
微信: <img src="https://img.shields.io/badge/cy2439646234-07C160?logo=wechat&logoColor=fff">
Expand Down
Binary file modified src-tauri/gen/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/gen/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
File renamed without changes
32 changes: 16 additions & 16 deletions src-tauri/tauri.android.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"resources": ["tray"],
"targets": "all",
"icon": [
"icons/macos/32x32.png",
"icons/macos/128x128.png",
"icons/macos/[email protected]",
"icons/macos/icon.icns",
"icons/macos/icon.ico",
"icons/macos/icon.png",
"icons/macos/Square30x30Logo.png",
"icons/macos/Square44x44Logo.png",
"icons/macos/Square71x71Logo.png",
"icons/macos/Square89x89Logo.png",
"icons/macos/Square107x107Logo.png",
"icons/macos/Square142x142Logo.png",
"icons/macos/Square150x150Logo.png",
"icons/macos/Square284x284Logo.png",
"icons/macos/Square310x310Logo.png",
"icons/macos/StoreLogo.png"
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/Square30x30Logo.png",
"icons/Square44x44Logo.png",
"icons/Square71x71Logo.png",
"icons/Square89x89Logo.png",
"icons/Square107x107Logo.png",
"icons/Square142x142Logo.png",
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png",
"icons/StoreLogo.png"
],
"android": {
"minSdkVersion": 24
Expand Down
32 changes: 16 additions & 16 deletions src-tauri/tauri.ios.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"resources": ["tray"],
"targets": "all",
"icon": [
"icons/macos/32x32.png",
"icons/macos/128x128.png",
"icons/macos/[email protected]",
"icons/macos/icon.icns",
"icons/macos/icon.ico",
"icons/macos/icon.png",
"icons/macos/Square30x30Logo.png",
"icons/macos/Square44x44Logo.png",
"icons/macos/Square71x71Logo.png",
"icons/macos/Square89x89Logo.png",
"icons/macos/Square107x107Logo.png",
"icons/macos/Square142x142Logo.png",
"icons/macos/Square150x150Logo.png",
"icons/macos/Square284x284Logo.png",
"icons/macos/Square310x310Logo.png",
"icons/macos/StoreLogo.png"
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/Square30x30Logo.png",
"icons/Square44x44Logo.png",
"icons/Square71x71Logo.png",
"icons/Square89x89Logo.png",
"icons/Square107x107Logo.png",
"icons/Square142x142Logo.png",
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png",
"icons/StoreLogo.png"
],
"iOS": {
"minimumSystemVersion": "13.0"
Expand Down
32 changes: 16 additions & 16 deletions src-tauri/tauri.linux.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"rpm"
],
"icon": [
"icons/windows/32x32.png",
"icons/windows/128x128.png",
"icons/windows/[email protected]",
"icons/windows/icon.icns",
"icons/windows/icon.ico",
"icons/windows/icon.png",
"icons/windows/Square30x30Logo.png",
"icons/windows/Square44x44Logo.png",
"icons/windows/Square71x71Logo.png",
"icons/windows/Square89x89Logo.png",
"icons/windows/Square107x107Logo.png",
"icons/windows/Square142x142Logo.png",
"icons/windows/Square150x150Logo.png",
"icons/windows/Square284x284Logo.png",
"icons/windows/Square310x310Logo.png",
"icons/windows/StoreLogo.png"
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/Square30x30Logo.png",
"icons/Square44x44Logo.png",
"icons/Square71x71Logo.png",
"icons/Square89x89Logo.png",
"icons/Square107x107Logo.png",
"icons/Square142x142Logo.png",
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png",
"icons/StoreLogo.png"
],
"linux": {
"appimage": {
Expand Down
32 changes: 16 additions & 16 deletions src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"nsis"
],
"icon": [
"icons/windows/32x32.png",
"icons/windows/128x128.png",
"icons/windows/[email protected]",
"icons/windows/icon.icns",
"icons/windows/icon.ico",
"icons/windows/icon.png",
"icons/windows/Square30x30Logo.png",
"icons/windows/Square44x44Logo.png",
"icons/windows/Square71x71Logo.png",
"icons/windows/Square89x89Logo.png",
"icons/windows/Square107x107Logo.png",
"icons/windows/Square142x142Logo.png",
"icons/windows/Square150x150Logo.png",
"icons/windows/Square284x284Logo.png",
"icons/windows/Square310x310Logo.png",
"icons/windows/StoreLogo.png"
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/Square30x30Logo.png",
"icons/Square44x44Logo.png",
"icons/Square71x71Logo.png",
"icons/Square89x89Logo.png",
"icons/Square107x107Logo.png",
"icons/Square142x142Logo.png",
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png",
"icons/StoreLogo.png"
],
"windows": {
"wix": {
Expand Down
10 changes: 9 additions & 1 deletion src/components/common/InfoPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@
HuLa开发工程师
</div>

<p class="text-(18px [--text-color])" style="font-family: none !important; font-weight: bold !important">
<p
class="text-(18px [--text-color])"
style="
font-weight: bold !important;
font-family:
system-ui,
-apple-system,
sans-serif;
">
{{ useUserInfo(uid).value.name }}
</p>
</n-flex>
Expand Down
Loading

0 comments on commit 4560b63

Please sign in to comment.