feat:暂存优化

This commit is contained in:
许永平
2025-07-05 16:34:19 +08:00
parent 04742c596e
commit 920665455b
9 changed files with 26 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
import React, { useState, useEffect, useRef, useCallback } from 'react';
import { useNavigate } from 'react-router-dom';
import { ChevronLeft, Search, RefreshCw, ArrowRightLeft, AlertCircle, Loader2 } from 'lucide-react';
import { fetchWechatAccountList, transformWechatAccount } from '../../api/wechat-accounts';
import { useToast } from '../../components/ui/toast';
import { useWechatAccount } from '../../contexts/WechatAccountContext';
import { fetchWechatAccountList, transformWechatAccount } from '@/api/wechat-accounts';
import { useToast } from '@/components/ui/toast';
import { useWechatAccount } from '@/contexts/WechatAccountContext';
interface WechatAccount {
id: string;