Fritz Lin

Results 364 comments of Fritz Lin

+1 Related: - "koa-router doesn't support Cross Domain request?" https://github.com/alexmingoia/koa-router/issues/171 - "cannot get cross-site POST to work" https://github.com/mzabriskie/axios/issues/191 I was having a problem with OPTIONS in koa-router, if a xhr...

@rafaelcastrocouto that's awesome! I'm gonna add them later, any PR is welcome too!

A few years ago, I also leant from http://stemkoski.github.io/Three.js :+1:

> You are not allowed to take our work “as-is” and sell it, redistribute or re-publish it, or sell “pluginized” versions of it. Don’t use our demos for the purpose...

> > You are not allowed to take our work “as-is” and sell it, redistribute or re-publish it, or sell “pluginized” versions of it. Don’t use our demos for the...

![image](https://user-images.githubusercontent.com/6647633/185282130-e7111cda-c36a-4720-ade7-bd0716daf1d2.png) @peace-dove 你应该是直接打开了html,`file://`协议打开会有跨域问题 抱歉文档里可能没有说清楚,我们一般都是约定用正常的`http://`协议打开 你需要启动一个静态服务器,比如可以这样做: ```sh npm install -g markppt cd ./examples/talk markppt ./talk.md # 方式1 python 2 python -m SimpleHTTPServer 8080 # 方式2 python 3 python -m http.server 8080...

@huangruichang @Jayin @jacsonLee 有没人来加入哈 我喜欢开源氛围

@huangruichang 可以有呀:+1: 因为我个人的话觉得不是必须 所以暂时没列 我觉得可以用这个功能 有个toggle接口(编译前/运行时都行)给到用户就好了

@Jayin 嗯 没错 要在coding上跑先 你来架构?

嗯 是的 不过也要支持zip包解压 因为本地图片需要一起打包上传 把链接给到用户就可以了