libo

Results 4 comments of libo

> 发版带一个 CDN 版本 社区有个 [UNPKG](https://unpkg.com/) 的 CDN 服务,所有 NPM 包都会对应发布一个 CDN 版本的 例如 - https://unpkg.com/[email protected]/dist/tdesign.min.js - https://unpkg.com/[email protected]/dist/tdesign.min.js

别想那么复杂,搜索引擎爬虫都是很温柔的。 平均一个页面饭桶1、2秒能跑出来。 对爬虫来说,5秒10秒才出来的那种才叫慢,才会对 SEO 有影响。

1. copy ffmpeg-core in you public folder, like this 2. set `corePath` with `createFFmpeg()` ```js const ffmpeg = createFFmpeg({ corePath: "/ffmpeg/[email protected]/ffmpeg-core.js", log: true, }); ``` 3. npm start with HTTPS...

这个 issue 有提到相关的问题 https://github.com/Tencent/tdesign-react/issues/2804