获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 开通使用插件,插件头像上传什么图片?
https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/using.htmlhttps://developers.weixin.qq.com/miniprogram/dev/framework/plugin/using.htmlhttps://developers.weixin.qq.com/miniprogram/introduction/plugin.html
2023-11-20 - loadFontFace 安卓手机不生效? ios可以正常显示。
onLoad() { uni.loadFontFace({ global: true, family: 'font-din', source: 'url("https://xxx.cn/xxx/D-DIN-Bold.ttf")', success() { console.log('success') } }) }, uni.scss: @font-face { font-family: 'font-din'; src: url("https://xxx.cn/xxx/D-DIN-Bold.ttf") } <style> font-family: 'font-din' !important; </style> 调试基础库:2.32.0 ; oppo find X3 PRO V12.1
2023-04-17