Skip to content

i-Eureka/NewPvzJs-v1.6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

植物大战僵尸Js版v1.6

基于原版修复部分代码
演示地址:https://www.cloudnom.tk
示例:
1、配置nginx

server{
    listen 80;  # 指定端口,nginx默认端口为80
    server_name domain.com;  # 指定域名
    location / {
        root /usr/share/nginx/html/NewPvzJs-v1.6;  # 指定静态网站根目录
    }
}

2、下载静态网站文件

cd /usr/share/nginx/html
git clone https://github.com/miles-lin/NewPvzJs-v1.6.git

3、重新加载nginx配置文件

nginx -s reload

预览图: image image image 原著地址:http://www.lonelystar.org/ 原著演示地址:http://lonelystar.alldnet.com/newpvz/

About

植物大战僵尸Js版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages