/wallpaper-360

基于360壁纸API搭建的壁纸库

Primary LanguageVue

一个基于360壁纸接口的壁纸网站

演示站:https://wper.ztyang.com

服务端 Nginx 配置解决跨域

location /search {
    proxy_pass http://wallpaper.apc.360.cn/index.php;
}

location /imglist {
    proxy_pass http://wallpaper.apc.360.cn/index.php;
}