// 简化的 hook,直接返回 URL export function useAvatarCache(avatarUrl?: string) { return { avatarUrl, isLoading: false } }