复制 标签复制链接 https://lib.baomitu.com/antd-mobile/0.9.17/antd-mobile.js 复制 标签复制链接 https://lib.baomitu.com/antd-mobile/0.9.17/antd-mobile.min.css 复制 标签复制链接 https://lib.baomitu.com/antd-mobile/0.9.17/antd-mobile.min.js 版本: 0.9.16 版本: 0.9...
ant-design esmStyles Version5.39.0LicenseMIT INSTALL Type:ESMDefault Version: import antdMobile from'https://cdn.jsdelivr.net/npm/antd-mobile@5.39.0/+esm' Learn more Statistics Requests675 275 Bandwidth627 MB Top version -0 antd-mobile Files are ...
// cdn 配置 externals && Object.assign(config.plugins[0].userOptions, { cdn: { js: [ 'https://cdn.bootcdn.net/ajax/libs/react/17.0.2/umd/react.production.min.js', 'https://cdn.bootcdn.net/ajax/libs/react-dom/16.13.1/umd/react-dom.production.min.js', ], css: [] } }) // ...
Issue Remove Inactive 通过CDN引入antd-mobile,会报错Uncaught ReferenceError: mobile is not defined #2589 Sign in to view logs Summary Jobs issue-remove-inactive Run details Usage Workflow file Triggered via issue July 25, 2024 08:30 Pateo-fanyang commented on #3710 4799993 Status Success Total ...
A configurable Mobile UI specification and React-based implementation. - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 12.5% of all websites, serving over 200 billion requests each mon
url: urls.light.uploadToCDN, method: 'post', data, }).then((res) => { if (res.data.code === 200) { typeof onChange === 'function' && onChange(res.data.data.key) } }) return { url: URL.createObjectURL(file), } }
随着React服务端渲染越来越流行,笔者也想尝尝鲜,经过半个月的折腾,笔者把原先的客户端渲染项目,通过结合 next.js 构建了一个服务端渲染的同构项目。再加上开启服务器页面缓存,以及静态资源CDN加速优化,最终使得网站首屏渲染时间在0.6秒(即:DOMContentLoaded 的时间)左右,大大提高了页面的响应速度,进一步提升用户体验。
data.append('token', token)awaitaxios({url: urls.light.uploadToCDN,method:'post', data, }).then((res) =>{if(res.data.code===200) {typeofonChange ==='function'&&onChange(res.data.data.key) } })return{url:URL.createObjectURL(file), ...
//at.alicdn.com/t/font_405362_lyhvoky9rc7ynwmi.css 2: 在 /src/components简单封装了图标组件,你可以这样使用 import BizIcon from '../BizIcon' <BizIcon type="xxx" /> 移动端滚动问题 避免使用 外层容器设置overflow:hidden模拟的滚动,在ios下会很卡顿,加了-webkit-overflow-scrolling : touch;之...
8 9 10 11 12 13 14