add quick action and desktop, bookmark add edit dialog

This commit is contained in:
DASHU
2024-12-05 19:01:06 +08:00
parent 7e36540e1e
commit c50508c7c8
17 changed files with 588 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
import 'package:flutter/widgets.dart';
class DesktopShutcutUtil {
void create() {}
}