From f70330b2a4fbe9885ccfaebc6cdba7bcfae346f3 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 6 Mar 2026 11:28:20 +0800 Subject: [PATCH] fix: Fix the issue where virtual-file-explorer fails to open files. - Add the `@abp/virtual-file-explorer` package dependency --- .../services/LY.MicroService.Applications.Single/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnet-core/services/LY.MicroService.Applications.Single/package.json b/aspnet-core/services/LY.MicroService.Applications.Single/package.json index 63653b369..c7592d0be 100644 --- a/aspnet-core/services/LY.MicroService.Applications.Single/package.json +++ b/aspnet-core/services/LY.MicroService.Applications.Single/package.json @@ -4,6 +4,7 @@ "private": true, "dependencies": { "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "5.0.2", + "@abp/virtual-file-explorer": "10.0.2", "@abp/qrcode": "10.0.2" } } \ No newline at end of file