Revert "refactor!: replace Zustand global store with TanStack Query for systemFeatures"

This reverts commit 806ece9a67.
This commit is contained in:
yyh
2026-02-01 19:06:45 +08:00
parent 806ece9a67
commit e2913d9ee1
102 changed files with 411 additions and 296 deletions

View File

@ -23,7 +23,7 @@ export type OauthResponse = {
export type SetupStatusResponse = {
step: 'finished' | 'not_started'
setup_at?: string
setup_at?: Date
}
export type InitValidateStatusResponse = {