admin 发表于 2021-09-22 00:00:00

最新二开微信表情包小程序去授权版+网站后端

最新二开微信表情包小程序去授权版+网站后端
视频教程在源码里面
下载源码解压后即可观看视频教程
伪静态
location / {
index index.php index.html index.htm;
if (!-e $request_Filename)
{
rewrite ^/(.*)$ /index.php?s=$1;
}
}
location /api/ {
index index.php index.html index.htm;
if (!-e $request_Filename)
{
rewrite ^/api/(.*)$ /api/index.php?s=$1;
}
}
location ~* \/Upload\/.+\.(html|php)$ {
return 404;
}
location ~* ^\/plugins\/.+\.(html|php)$ {
return 404;
}
location ~* \/themes\/.+\.(html|php)$ {
return 404;
}
https://bbs.cniaoba.com/uploads/20210922151131kj2ghfxhrhx.png

https://bbs.cniaoba.com/uploads/20210922151131vmeex1rvvis.png

https://bbs.cniaoba.com/uploads/20210922151132px5fnb5o3tx.jpg

https://bbs.cniaoba.com/uploads/20210922151134f4iku4bnziz.png

   
   
   
   
**** Hidden Message *****
页: [1]
查看完整版本: 最新二开微信表情包小程序去授权版+网站后端