add web apps

This commit is contained in:
DASHU
2025-07-24 20:09:55 +08:00
parent bb9129106b
commit f4ad8da8a1
13 changed files with 583 additions and 2 deletions

View File

@@ -196,6 +196,15 @@ class _WebHomeComponent extends State<WebHomeComponent> {
main = WebHomeBtnComponent(bookmark!);
} else {
if (bookmarks.length == index) {
main = GestureDetector(
onTap: () {
RouterUtil.router(context, RouterPath.WEB_APPS);
},
child: Container(
child: Icon(Icons.apps),
),
);
} else if (bookmarks.length + 1 == index) {
main = GestureDetector(
onTap: () {
BookmarkEditDialog.show(