deps: update webui deps

This commit is contained in:
2025-04-25 02:21:20 +08:00
parent eb8f0be004
commit b20f7cd1ad
11 changed files with 2644 additions and 2263 deletions

View File

@@ -0,0 +1,5 @@
import { type InjectionToken, Injector, inject } from '@outposts/injection-js';
export function injectInjector(): Injector {
return inject(Injector as any as InjectionToken<Injector>);
}