feat: space opus

Closes #833

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-08 22:39:29 +08:00
parent bcd0d63db7
commit 2d75d89825
28 changed files with 1107 additions and 511 deletions

View File

@@ -222,8 +222,8 @@ class _MemberHomeState extends State<MemberHome>
),
],
)
: errorWidget(),
Error() => errorWidget(),
: scrollErrorWidget(),
Error() => scrollErrorWidget(),
};
}