Html_Game
Mikutap
演示地址:
点击这里
烟花模拟器
演示地址:
点击这里
源码来源
Mikutap
https://github.com/HFIProgramming/mikutap/
烟花模拟器
https://codepen.io/MillerTime/pen/XgpNwb
安装
将源码上传服务器后,在Nginx配置文件中添加
location /你想要访问域名的地址/
{
alias /你源码上传的地址/;
}
例如
location /mikutap/
{
alias /www/wwwroot/wordpress/Mikutap/;
}
如果在添加菜单后不跳转解决方法如下
https://jingyan.baidu.com/article/84b4f5652a9bd960f6da32b3.html
若有什么其他有趣的Html游戏欢迎留言和交流
Comments | NOTHING