add webapps and bugfix

This commit is contained in:
DASHU
2025-07-24 21:56:13 +08:00
parent f4ad8da8a1
commit 24cf365f7b
8 changed files with 269 additions and 7 deletions

View File

@@ -30,9 +30,11 @@ class _WebAppItemComponent extends State<WebAppItemComponent> {
return GestureDetector(
onTap: () {
if (widget.onTap != null) {
print("onTap!!");
widget.onTap!(widget.item);
}
},
behavior: HitTestBehavior.translucent,
child: Container(
padding: const EdgeInsets.only(
left: Base.BASE_PADDING,