feat: 添加清除 Service Worker 缓存功能,优化缓存管理逻辑
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { UserData, UserProfileData } from "@/api/types";
|
||||
import { client, safeClient } from "@/api";
|
||||
import { authClient } from "@/auth";
|
||||
|
||||
interface State {
|
||||
user: UserData | null;
|
||||
|
||||
Reference in New Issue
Block a user