refactor(web): setup status caching (#30798)

This commit is contained in:
yyh
2026-01-13 16:59:49 +08:00
committed by GitHub
parent 491e1fd6a4
commit 1fbdf6b465
10 changed files with 229 additions and 39 deletions
@@ -53,6 +53,7 @@ vi.mock('@/context/global-public-context', () => {
)
return {
useGlobalPublicStore,
useIsSystemFeaturesPending: () => false,
}
})