FEAT => 本次更新项目为:

存了
This commit is contained in:
超级老白兔
2025-08-02 20:41:02 +08:00
parent 65f80c55b0
commit 05783db2b1
11 changed files with 101 additions and 245 deletions

View File

@@ -22,7 +22,7 @@ export function getTopSafeAreaHeightAsync() {
return;
}
resolve(res.statusBarHeight || 0);
resolve(`${res.statusBarHeight*2 || 0}px`);
} catch (error) {
reject(error);

View File