Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-31 12:13:38 +08:00
parent 2e11247af4
commit 63e4bac204
62 changed files with 316 additions and 162 deletions

View File

@@ -166,8 +166,10 @@ class _AtMePageState extends State<AtMePage> {
? NetworkImgLayer(
width: 45,
height: 45,
radius: 8,
src: item.item?.image,
borderRadius: const BorderRadius.all(
Radius.circular(8),
),
)
: null,
);