Andy Shu
Andy Shu
[文档](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/visionkit/marker.html)里说,「3D Marker……需要手动制作3D Marker的识别目标文件(.map文件)」。 这个识别目标文件,是什么格式的文件? 有没有哪里讲了怎样制作? gltf和map文件的关系是啥,用了一个就不用另一个,还是两个都要有? 感谢! 社区里也有朋友问过,没有发现答案: https://developers.weixin.qq.com/community/develop/doc/000ac257d542a0c30e9ea768b53400 https://developers.weixin.qq.com/community/develop/doc/000ce0534b4a400a1a4f2c4d25b800 @roamzhen —— @一下3D marker demo的一位作者。
I keep getting this annoying error in title when I user ProgressHUD, detail as follows:  If I remove the `isRequired` in ProgressHUD source code (line 25), I will no...
This is basically the tsgo version of this issue: https://github.com/microsoft/TypeScript/issues/57082 The TypeScript language service seems to strip token types in imported names. In VSCode, that means the imported names are...