feat: 处理语法校验

This commit is contained in:
笔记本里的永平
2025-07-07 14:29:28 +08:00
parent 5b8969f4a6
commit c29fbd1bbb
11 changed files with 11884 additions and 44 deletions

View File

@@ -12,12 +12,8 @@ import {
Info,
UserPlus,
Search,
Filter,
Tag,
ChevronRight,
Loader2,
AlertCircle,
ArrowRightLeft
Loader2
} from 'lucide-react';
import { useWechatAccount } from '@/contexts/WechatAccountContext';
import { fetchWechatAccountSummary, fetchWechatFriends, fetchWechatFriendDetail } from '@/api/wechat-accounts';
@@ -106,7 +102,6 @@ export default function WechatAccountDetail() {
const [isFriendsEmpty, setIsFriendsEmpty] = useState(false);
const friendsObserver = useRef<IntersectionObserver | null>(null);
const friendsLoadingRef = useRef<HTMLDivElement | null>(null);
const friendsContainerRef = useRef<HTMLDivElement | null>(null);
// 如果没有账号数据,返回上一页
useEffect(() => {