修复 antd 弃用警告
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { useEffect, useState, useCallback } from 'react';
|
||||
import { Form, Input, Switch, Button, Card, Select, message, Row, Col } from 'antd';
|
||||
import { Form, Input, Switch, Button, Card, Select, Row, Col } from 'antd';
|
||||
import { message } from '../utils/antdMessage';
|
||||
import { proxyApi, type ProxyConfig, type PlatformInfo } from '../api/modules';
|
||||
import RealtimeLogPanel from '../components/RealtimeLogPanel';
|
||||
import { useWebSocketLogs } from '../hooks/useWebSocketLogs';
|
||||
|
||||
Reference in New Issue
Block a user