some btn add coming toast

This commit is contained in:
DASHU
2024-09-20 09:58:42 +08:00
parent 535c5e6e17
commit 6828f0a45d
3 changed files with 24 additions and 6 deletions

View File

@@ -181,6 +181,9 @@ class _MeRouter extends CustState<MeRouter> {
num: downloadNum,
name: "Download",
iconData: Icons.download,
onTap: () {
BotToast.showText(text: "Coming...");
},
));
// webItemList.add(MeRouterWebItemComponent(
// num: 102,