源码介绍

看到很多人在评论说JS总监没有发网页版,其实发了的也该是他第一个帖子,那我就在发一下网页版的小空投,说一下采用Vue+vant写的!后端是JS总监的php写的!

源码截图

小空投网页版源码 第5张插图

伪静态

location / {
try_files $uri $uri/ @router;
index index.html;
}
location @router {
rewrite ^.*$ /index.html last;
}

需要配合小空投api使用