libofei2004

Results 39 comments of libofei2004

为什么我使用了这种方式打算在发布时保持相对路径 fis.config.set('roadmap.path', [{ reg: '**', useStandard: false }]); 但没有效果,原本@import url(./shared.css);,发布后变成了@import url(/Widgets/shared.css); fis-conf.js和Widgets目录在同一级。

@ggetz https://sandcastle.cesium.com/#c=dVNha9swFPwrD3+ymSe7g+xD44SFJB2DjZYslME8hmK/OGKyZCQ5XTr63yc5deo4jsHg93R30p2eMym0gT3DJ1QwAYFPMEfN6pI8Nj0/9bKmnkthKBOoUi8YH/FEZyiQlFJVu7X8sPDjIBUcDTCrSYXlWcWfv1IBnWcrFfgOxKWwy+9v4pjE46ZKoFO8m8CIxAH8O6d3BahxAqNRQ7FFAh9P31fp8HY6UtV653csf0ZZolGHL68If4ANULyi4LYb1wozyyk4tiLDZADVAi2/zyVbJcsFFgpR+zaF0HkJj3k4P+HRW2MtHJbfozL4906qkprTBg+oWk9zyaWaVRVS5UryuFytlz9+392vvs3WQ5IvwztRYxTb1MZe8i1csZq5vd5sNlv3M561Oo33BuJ38WS1XASD57psvgTBuN/twWx53jgb5Uqxkhm2t7NB87w7Gg/tyuW1Fj1HLpDTjF1kR0/Rn8/P9Svye/adSy/0Uq/x2r4AiTYHjtMW/ImVlVQGasV9QiKDZWWHB3W0qbM/aEimdZtWEnWpSc72wPLJwJ8PGada25Vtzfl39oypN00ii7+gcklzJop7O46cHhxsdzP9emwSQpLIlsNMIyXfUNVT/g8 ![image](https://user-images.githubusercontent.com/10001548/192931432-c6871378-99ca-48dc-9900-db65531b78f7.png)

@ggetz I tried on many computers, it is likely the bug usually appears on computers which use Inter Xeon(R) cpu.

@ggetz the machines are in local network and could not visit https://webglreport.com/. They are all use Inter Xeon(R) cpu, it is the most significant feature, the issue can't be reproduced...

@OrKoN I use v17.1.3 to play video but still failed. The page url is https://mp.weixin.qq.com/s/WGFSzJ0IDZmzRaV5qE_-jQ ![image](https://user-images.githubusercontent.com/10001548/190648277-1fd55756-e6a2-49b0-b4f3-1c3e4a9fe2f4.png)

@OrKoN Thank you, I'll try to use Chrome to solve it.

@OrKoN I use ' let videos = await page.$$eval('video', eles=>eles.map(ele=>ele.src)) ' to get video src in the page is aslo failed, the length of videos is 0, Is it caused...

@OrKoN I think you are right.