feat: unp4k data forge support

This commit is contained in:
xkeyC
2025-12-11 00:19:13 +08:00
parent 23e909e330
commit 0126ae811e
29 changed files with 6235 additions and 1154 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -359,7 +359,7 @@ class _FileListItem extends HookWidget {
final dirName = item.name?.replaceAll(state.curPath.trim(), "") ?? "";
model.changeDir(dirName);
} else {
model.openFile(item.name ?? "");
model.openFile(item.name ?? "", context: context);
}
},
icon: Padding(