fix: update

This commit is contained in:
xiongxiao
2026-01-13 17:26:38 +08:00
parent cedf3236b0
commit d86f4dc48f
5 changed files with 16 additions and 7 deletions

View File

@@ -13,5 +13,7 @@ export const cnb = useContextKey<CNB>('cnb', () => {
})
export const appId = nanoid();
export const app = useContextKey<App>('app', () => {
return new App()
return new App({
appId
})
})