1 2 3 4 5
x2 x2 x2 x2
// 统一导出所有状态管理 export { useAppStore } from "./useAppStore.ts"; export { useThemeStore } from "./useThemeStore.ts"; export { useUserStore } from "./useUserStore.ts"; export { authUtils, useAuthStore } from "./useAuthStore.ts";