opt pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-06 13:46:39 +08:00
parent b149ee4998
commit 4a00b45c5c
43 changed files with 261 additions and 227 deletions

View File

@@ -35,7 +35,7 @@ class SavePanel extends StatefulWidget {
@override
State<SavePanel> createState() => _SavePanelState();
static void toSavePanel({upMid, item}) {
static void toSavePanel({dynamic upMid, dynamic item}) {
Get.generalDialog(
barrierLabel: '',
barrierDismissible: true,
@@ -161,7 +161,7 @@ class _SavePanelState extends State<SavePanel> {
}
}
String parseDyn(item) {
String parseDyn(dynamic item) {
String uri = '';
try {
switch (item.type) {