Mr. Kylin

Results 38 comments of Mr. Kylin

我编译通过了,但是我的bin目录只有几个东西: 接下来怎么弄呢?

能补充一下MAC方面的文档吗? README 里面,后半截就只有WINDOWS了。

I used ./compile/install.sh first. It promoted "permission denied", so I turned to use `sudo ./compile/install.sh`. btw ```sh echo $SHELL /bin/zsh ``` Is that OK?

Thanks, you got the point. After adding `alias luamake="/Users/kylin/Documents/GitHubProjects/ant/luamake/luamake"` into the ~/.zshrc, It works fine now.

未知问题,请描述具体问题再开启此issue。谢谢反馈!

这是抖音小游戏的API吗?

在 Cocos 中使用tt和wx等平台相关的API时,直接根据文档来写就行。 https://developer.open-douyin.com/docs/resource/zh-CN/mini-game/develop/api/media/video/tt-create-offscreen-video ``` if(window['tt']){ window['tt'].createOffscreenVideo(....) } ``` 像这样就行。