misc: update Browser project.

This commit is contained in:
Zhang Dian
2025-01-16 22:42:13 +08:00
parent ea4268ed11
commit a250c84e9f
12 changed files with 91 additions and 166 deletions

View File

@@ -10,4 +10,4 @@ const dotnetRuntime = await dotnet
const config = dotnetRuntime.getConfig();
await dotnetRuntime.runMain(config.mainAssemblyName, [window.location.search]);
await dotnetRuntime.runMain(config.mainAssemblyName, [globalThis.location.href]);