afc163

Results 1503 comments of afc163

https://github.com/ant-design/x/pull/946

loading 支持一个 Promise 类型也行。

ci 挂了,要处理一下。

Fixed in https://github.com/react-component/trigger/pull/471

Fixed in https://github.com/react-component/trigger/pull/471

![Image](https://github.com/user-attachments/assets/deac0f8f-9ff3-4323-9f24-aefc0946fe89)

``` window.addEventListener('load', () => { const perfData = performance.timing; const loadTime = perfData.loadEventEnd - perfData.navigationStart; console.log(`页面加载总耗时: ${loadTime}ms`); if (loadTime > 3000) { // 页面加载超过 3 秒,可能网络较差 console.warn("网络较慢"); } }); ```...