basic JavaScriptunderstanding of asynchronous requests
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
60
研究方向
The issue reports that ipinfo.io is slow in China, causing UI freeze. To resolve, replace the ipinfo service with a China friendly IP geolocation API such as ip api.com. The IP lookup should be performed asynchronously using fetch or XMLHttpRequest to avoid blocking the UI. Relevant code is likely in the frontend JavaScript files that handle seed details. Check the repository for files related to IP lookup (e.g., ip.js or similar). Also consider adding error handling for network failures.