
2021南風表情包小程序源碼-最火表情包源碼(站長親測)獨立版支持采集外賣
一、後端搭建:
開啓 ssl php 需要安裝 sg11 擴展
一曲源碼網
1、将後台源碼上傳到根目錄,并設置運行目錄爲public
2、開啓SSL與設置僞靜态
僞靜态規則如下:
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;
}
開啓SSL
後端修改數據庫配置文件dataconfigconfig.php
創建數據庫并導入數據庫文件ziyuantv.sql
後端的搭建就完成了,後台網址:域名/nanfeng
二、前端搭建:
前端:使用微信開發者工具導入前端源碼
1.打開project.config.json文件修改你的appid和項目名
2.修改小程序名字
3.替換域名 common中vendor.js第2771行
4.小程序後台記得添加上你的域名和https://cdn.hotemoji.cn
帶流量 表情包+壁紙+外賣+流量主+采集+後台上傳表情包功能,全面啓動
演示站地址:
https://scz.lzikd.com/nanfeng.html#/admin/caiji/zuihuo.html
admin 123456