We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地环境 mac
Python 版本要求 3.10,3.11 版本会有依赖报错;
Nodejs 版本 v14.21.3;
package.json 新增两项依赖 "webpack": "^4.46.0", "webpack-cli": "^4.0.0",我本地的swiper依赖进行了指定版本 "swiper": "=5.4.5" ;
server/public/static 目录下新增 fonts 目录,把字体文件都放进去;
server/service/video.js 78行 改为 comp.setFont('./public/static/demo/wryh.ttf'); 是找当前目录下的 public 文件夹;
comp.setFont('./public/static/demo/wryh.ttf');
The text was updated successfully, but these errors were encountered:
mark
Sorry, something went wrong.
No branches or pull requests
本地环境 mac
Python 版本要求 3.10,3.11 版本会有依赖报错;
Nodejs 版本 v14.21.3;
package.json 新增两项依赖 "webpack": "^4.46.0", "webpack-cli": "^4.0.0",我本地的swiper依赖进行了指定版本 "swiper": "=5.4.5" ;
server/public/static 目录下新增 fonts 目录,把字体文件都放进去;
server/service/video.js 78行 改为
comp.setFont('./public/static/demo/wryh.ttf');
是找当前目录下的 public 文件夹;The text was updated successfully, but these errors were encountered: