- 資源介紹
- 歷史當天
搭建要求:
1.系統要求Nginx 1.18.0+PHP-7.2+mysql5.6,開啓 ssl,php需要安裝 sg11 擴展
2.設置僞靜態
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;
}
3.架設要求
關閉防火牆或放開安全組1-65535
4.創建數據庫
創建數據庫並導入數據庫文件 數據庫.sql
打開數據庫配置文件修改數據庫賬號密碼
\表情包小程序帶前後端\後端\data\config\config.php
5.後臺網址
後臺網址:域名/alibiaoqing 賬號admin 密碼123456
6.前端配置
前端:使用微信開發者工具導入前段源碼
1.打開project.config.json文件修改你的appid和項目名
• 修改小程序名字(搜索夕夏表情包替換成你自己的名字)
• 替換域名
• 小程序後臺記得添加上你的域名和https://cdn.hotemoji.com/
2. 分享目的僅供大家學習和交流,不能確保資源完整性和時效性,請在下載後24小時內刪除!
3. 不得使用於非法商業用途,不得違反國家法律。否則後果自負!
4. 本站提供的源碼、模板、插件等等其他資源,都不包含技術服務請大家諒解!
5. 如有鏈接無法下載、失效或廣告,請聯繫管理員處理!
6. 本站資源售價只是贊助,收取費用僅維持本站的日常運營所需!
耘藝源碼網 » 【獨立版】表情包小程序完整版源碼前後端源碼