afc163
afc163
https://github.com/ant-design/x/pull/946
ping @zombieJ
loading 支持一个 Promise 类型也行。
ci 挂了,要处理一下。
Fixed in https://github.com/react-component/trigger/pull/471
Fixed in https://github.com/react-component/trigger/pull/471
@andrewhong04 Sure.

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