feat: 添加清除 Service Worker 缓存功能,优化缓存管理逻辑

This commit is contained in:
2025-12-21 02:53:02 +07:00
parent 7fcb2555a3
commit fcaf7db923
3 changed files with 27 additions and 13 deletions

View File

@@ -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;